Color spaces of #388f32
RGB | 56 | 143 | 50 |
---|---|---|---|
HSL | 0.32 | 0.48 | 0.38 |
HSV | 116° | 65° | 56° |
CMYK | 0.61 | 0.00 | 0.65 0.44 |
XYZ | 12.0291 | 20.7160 | 6.3822 |
Yxy | 20.7160 | 0.3074 | 0.5295 |
Hunter Lab | 45.5148 | -32.4753 | 23.5466 |
CIE-Lab | 52.6373 | -44.8149 | 40.6498 |
#388f32 color RGB value is (56,143,50).
#388f32 hex color red value is 56, green value is 143 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #388f32 hue: 0.32 , saturation: 0.48 and the lightness value of 388f32 is 0.38.
The process color (four color CMYK) of #388f32 color hex is 0.61, 0.00, 0.65, 0.44. Web safe color of #388f32 is #339933. Color #388f32 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111000 | 10001111 | 00110010 |
Octal | 70 | 217 | 62 |
Decimal | 56 | 143 | 50 |
Hex | 38 | 8F | 32 |
Shades of #388f32
Tints of #388f32
RGB Percentages of Color #388f32
CMYK Percentages of Color #388f32
Complementary Color
#388f32 | #89328f |
#388f32 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#388f32 Color Preview on White Background
Lorem ipsum dolor sit amet.
#388f32 Color CSS Codes
.mybgcolor {background-color:#388f32; } .myforecolor {color:#388f32; } .mybordercolor {border:3px solid #388f32; }
#388f32 Text Font Color
<p style="color:#388f32">Text here</p>
This sample text font color is #388f32
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#388f32 Background Color
<div style="background-color:#388f32">
Div content here</div>
This div background color is #388f32
#388f32 Border Color
<div style="border:3px solid #388f32">
Div here</div>
This div border color is #388f32
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(56,143,50, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #388f32; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #388f32; -webkit-box-shadow: 1px 1px 3px 2px #388f32; box-shadow: 1px 1px 3px 2px #388f32; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(56,143,50, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #388f32">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #388f32; -webkit-box-shadow: 1px 1px 3px 2px #388f32; box-shadow: 1px 1px 3px 2px #388f32;">
Div content here</div>
This div box has shadow with color #388f32
Comments
No comments written yet.
Please login to write comment.