Shades of Green House #3E5F32
Tints of Green House #3E5F32
RGB
CMYK
RGB Variations
Color information
#3E5F32 (or 0x3E5F32) is known color: Green House. HEX triplet: 3E, 5F and 32. RGB value is (62,95,50). Sum of RGB (Red+Green+Blue) = 62+95+50=207 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.95% from 207); Green value is 95 (37.5% from 255 or 45.89% from 207); Blue value is 50 (19.92% from 255 or 24.15% from 207); Max value from RGB is 95 - color contains mainly: green. Hex color #3E5F32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5F32 is #C1A0CD. Grayscale: #505050. Windows color (decimal): -12689614 or 3301182. OLE color: 3301182.
HSL color Cylindrical-coordinate representation of color #3E5F32: hue angle of 104º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3E5F32 is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 62 | 95 | 50 | - |
| CMYK | 0.35 | 0 | 0.47 | 0.63 |
| HSL | 104º | 0.31% | 0.28% | - |
| HSV(B) | 104º | 0.47% | 0.37% | - |
| XYZ | 6.65 | 9.44 | 4.49 | - |
| YUV | 80 | 111.07 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 95 | 50 | 0.35 | 0 | 0.47 | 0.63 | 104 | 0.31 | 0.28 |
| Hex | 3E | 5F | 32 | 23 | 0 | 2F | 3F | 68 | 1F | 1C |
| Octal | 76 | 137 | 62 | 43 | 0 | 57 | 77 | 150 | 37 | 34 |
| Binary | 111110 | 1011111 | 110010 | 100011 | 0 | 101111 | 111111 | 1101000 | 11111 | 11100 |
Color Harmonies of #3E5F32
Complementary color
Monochromatic Colors of #3E5F32
Black with #3E5F32
Text Example
Text Example
White with #3E5F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5F32; }
p { color: rgb(62,95,50); }
H1.HeaderClassName
{
color: #3E5F32;
}
.AnyTagClassName
{
color: #3E5F32;
}
</style>
background-color css
<style>
a { background-color: #3E5F32; }
a { background-color: rgb(62,95,50); }
div.DivClassName
{
background-color: #3E5F32;
}
.BgClassName
{
background-color: #3E5F32;
}
</style>
border-color css
<style>
span { border-color: #3E5F32; }
span { border-color: rgb(62,95,50); }
td.TdClassName
{
border-color: #3E5F32;
}
.TagClassName
{
border-color: #3E5F32;
}
</style>