Shades of Green House #396C24
Tints of Green House #396C24
RGB
CMYK
RGB Variations
Color information
#396C24 (or 0x396C24) is known color: Green House. HEX triplet: 39, 6C and 24. RGB value is (57,108,36). Sum of RGB (Red+Green+Blue) = 57+108+36=201 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.36% from 201); Green value is 108 (42.58% from 255 or 53.73% from 201); Blue value is 36 (14.45% from 255 or 17.91% from 201); Max value from RGB is 108 - color contains mainly: green. Hex color #396C24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396C24 is #C693DB. Grayscale: #545454. Windows color (decimal): -13013980 or 2387001. OLE color: 2387001.
HSL color Cylindrical-coordinate representation of color #396C24: hue angle of 102.5º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #396C24 is Cyan = 0.47, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 57 | 108 | 36 | - |
| CMYK | 0.47 | 0 | 0.67 | 0.58 |
| HSL | 102.5º | 0.5% | 0.28% | - |
| HSV(B) | 102.5º | 0.67% | 0.42% | - |
| XYZ | 7.37 | 11.72 | 3.54 | - |
| YUV | 84.54 | 100.6 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 108 | 36 | 0.47 | 0 | 0.67 | 0.58 | 102.5 | 0.5 | 0.28 |
| Hex | 39 | 6C | 24 | 2F | 0 | 43 | 3A | 66 | 32 | 1C |
| Octal | 71 | 154 | 44 | 57 | 0 | 103 | 72 | 146 | 62 | 34 |
| Binary | 111001 | 1101100 | 100100 | 101111 | 0 | 1000011 | 111010 | 1100110 | 110010 | 11100 |
Color Harmonies of #396C24
Complementary color
Monochromatic Colors of #396C24
Black with #396C24
Text Example
Text Example
White with #396C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396C24; }
p { color: rgb(57,108,36); }
H1.HeaderClassName
{
color: #396C24;
}
.AnyTagClassName
{
color: #396C24;
}
</style>
background-color css
<style>
a { background-color: #396C24; }
a { background-color: rgb(57,108,36); }
div.DivClassName
{
background-color: #396C24;
}
.BgClassName
{
background-color: #396C24;
}
</style>
border-color css
<style>
span { border-color: #396C24; }
span { border-color: rgb(57,108,36); }
td.TdClassName
{
border-color: #396C24;
}
.TagClassName
{
border-color: #396C24;
}
</style>