Shades of Green House #396D34
Tints of Green House #396D34
RGB
CMYK
RGB Variations
Color information
#396D34 (or 0x396D34) is known color: Green House. HEX triplet: 39, 6D and 34. RGB value is (57,109,52). Sum of RGB (Red+Green+Blue) = 57+109+52=218 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.15% from 218); Green value is 109 (42.97% from 255 or 50% from 218); Blue value is 52 (20.70% from 255 or 23.85% from 218); Max value from RGB is 109 - color contains mainly: green. Hex color #396D34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396D34 is #C692CB. Grayscale: #575757. Windows color (decimal): -13013708 or 3435833. OLE color: 3435833.
HSL color Cylindrical-coordinate representation of color #396D34: hue angle of 114.74º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #396D34 is Cyan = 0.48, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 57 | 109 | 52 | - |
| CMYK | 0.48 | 0 | 0.52 | 0.57 |
| HSL | 114.74º | 0.35% | 0.32% | - |
| HSV(B) | 114.74º | 0.52% | 0.43% | - |
| XYZ | 7.78 | 12.06 | 5.17 | - |
| YUV | 86.95 | 108.27 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 109 | 52 | 0.48 | 0 | 0.52 | 0.57 | 114.74 | 0.35 | 0.32 |
| Hex | 39 | 6D | 34 | 30 | 0 | 34 | 39 | 73 | 23 | 20 |
| Octal | 71 | 155 | 64 | 60 | 0 | 64 | 71 | 163 | 43 | 40 |
| Binary | 111001 | 1101101 | 110100 | 110000 | 0 | 110100 | 111001 | 1110011 | 100011 | 100000 |
Color Harmonies of #396D34
Complementary color
Monochromatic Colors of #396D34
Black with #396D34
Text Example
Text Example
White with #396D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396D34; }
p { color: rgb(57,109,52); }
H1.HeaderClassName
{
color: #396D34;
}
.AnyTagClassName
{
color: #396D34;
}
</style>
background-color css
<style>
a { background-color: #396D34; }
a { background-color: rgb(57,109,52); }
div.DivClassName
{
background-color: #396D34;
}
.BgClassName
{
background-color: #396D34;
}
</style>
border-color css
<style>
span { border-color: #396D34; }
span { border-color: rgb(57,109,52); }
td.TdClassName
{
border-color: #396D34;
}
.TagClassName
{
border-color: #396D34;
}
</style>