Shades of Green House #396434
Tints of Green House #396434
RGB
CMYK
RGB Variations
Color information
#396434 (or 0x396434) is known color: Green House. HEX triplet: 39, 64 and 34. RGB value is (57,100,52). Sum of RGB (Red+Green+Blue) = 57+100+52=209 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.27% from 209); Green value is 100 (39.45% from 255 or 47.85% from 209); Blue value is 52 (20.70% from 255 or 24.88% from 209); Max value from RGB is 100 - color contains mainly: green. Hex color #396434 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396434 is #C69BCB. Grayscale: #515151. Windows color (decimal): -13016012 or 3433529. OLE color: 3433529.
HSL color Cylindrical-coordinate representation of color #396434: hue angle of 113.75º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #396434 is Cyan = 0.43, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 57 | 100 | 52 | - |
| CMYK | 0.43 | 0 | 0.48 | 0.61 |
| HSL | 113.75º | 0.32% | 0.3% | - |
| HSV(B) | 113.75º | 0.48% | 0.39% | - |
| XYZ | 6.86 | 10.23 | 4.86 | - |
| YUV | 81.67 | 111.25 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 100 | 52 | 0.43 | 0 | 0.48 | 0.61 | 113.75 | 0.32 | 0.3 |
| Hex | 39 | 64 | 34 | 2B | 0 | 30 | 3D | 72 | 20 | 1E |
| Octal | 71 | 144 | 64 | 53 | 0 | 60 | 75 | 162 | 40 | 36 |
| Binary | 111001 | 1100100 | 110100 | 101011 | 0 | 110000 | 111101 | 1110010 | 100000 | 11110 |
Color Harmonies of #396434
Complementary color
Monochromatic Colors of #396434
Black with #396434
Text Example
Text Example
White with #396434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396434; }
p { color: rgb(57,100,52); }
H1.HeaderClassName
{
color: #396434;
}
.AnyTagClassName
{
color: #396434;
}
</style>
background-color css
<style>
a { background-color: #396434; }
a { background-color: rgb(57,100,52); }
div.DivClassName
{
background-color: #396434;
}
.BgClassName
{
background-color: #396434;
}
</style>
border-color css
<style>
span { border-color: #396434; }
span { border-color: rgb(57,100,52); }
td.TdClassName
{
border-color: #396434;
}
.TagClassName
{
border-color: #396434;
}
</style>