Shades of Green House #396F2C
Tints of Green House #396F2C
RGB
CMYK
RGB Variations
Color information
#396F2C (or 0x396F2C) is known color: Green House. HEX triplet: 39, 6F and 2C. RGB value is (57,111,44). Sum of RGB (Red+Green+Blue) = 57+111+44=212 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.89% from 212); Green value is 111 (43.75% from 255 or 52.36% from 212); Blue value is 44 (17.58% from 255 or 20.75% from 212); Max value from RGB is 111 - color contains mainly: green. Hex color #396F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396F2C is #C690D3. Grayscale: #575757. Windows color (decimal): -13013204 or 2912057. OLE color: 2912057.
HSL color Cylindrical-coordinate representation of color #396F2C: hue angle of 108.36º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #396F2C is Cyan = 0.49, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 57 | 111 | 44 | - |
| CMYK | 0.49 | 0 | 0.60 | 0.56 |
| HSL | 108.36º | 0.43% | 0.3% | - |
| HSV(B) | 108.36º | 0.6% | 0.44% | - |
| XYZ | 7.83 | 12.42 | 4.37 | - |
| YUV | 87.22 | 103.61 | 106.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 111 | 44 | 0.49 | 0 | 0.60 | 0.56 | 108.36 | 0.43 | 0.3 |
| Hex | 39 | 6F | 2C | 31 | 0 | 3C | 38 | 6C | 2B | 1E |
| Octal | 71 | 157 | 54 | 61 | 0 | 74 | 70 | 154 | 53 | 36 |
| Binary | 111001 | 1101111 | 101100 | 110001 | 0 | 111100 | 111000 | 1101100 | 101011 | 11110 |
Color Harmonies of #396F2C
Complementary color
Monochromatic Colors of #396F2C
Black with #396F2C
Text Example
Text Example
White with #396F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396F2C; }
p { color: rgb(57,111,44); }
H1.HeaderClassName
{
color: #396F2C;
}
.AnyTagClassName
{
color: #396F2C;
}
</style>
background-color css
<style>
a { background-color: #396F2C; }
a { background-color: rgb(57,111,44); }
div.DivClassName
{
background-color: #396F2C;
}
.BgClassName
{
background-color: #396F2C;
}
</style>
border-color css
<style>
span { border-color: #396F2C; }
span { border-color: rgb(57,111,44); }
td.TdClassName
{
border-color: #396F2C;
}
.TagClassName
{
border-color: #396F2C;
}
</style>