Shades of Green House #396A20
Tints of Green House #396A20
RGB
CMYK
RGB Variations
Color information
#396A20 (or 0x396A20) is known color: Green House. HEX triplet: 39, 6A and 20. RGB value is (57,106,32). Sum of RGB (Red+Green+Blue) = 57+106+32=195 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.23% from 195); Green value is 106 (41.80% from 255 or 54.36% from 195); Blue value is 32 (12.89% from 255 or 16.41% from 195); Max value from RGB is 106 - color contains mainly: green. Hex color #396A20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396A20 is #C695DF. Grayscale: #535353. Windows color (decimal): -13014496 or 2124345. OLE color: 2124345.
HSL color Cylindrical-coordinate representation of color #396A20: hue angle of 99.73º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #396A20 is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 57 | 106 | 32 | - |
| CMYK | 0.46 | 0 | 0.70 | 0.58 |
| HSL | 99.73º | 0.54% | 0.27% | - |
| HSV(B) | 99.73º | 0.7% | 0.42% | - |
| XYZ | 7.1 | 11.28 | 3.17 | - |
| YUV | 82.91 | 99.27 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 106 | 32 | 0.46 | 0 | 0.70 | 0.58 | 99.73 | 0.54 | 0.27 |
| Hex | 39 | 6A | 20 | 2E | 0 | 46 | 3A | 64 | 36 | 1B |
| Octal | 71 | 152 | 40 | 56 | 0 | 106 | 72 | 144 | 66 | 33 |
| Binary | 111001 | 1101010 | 100000 | 101110 | 0 | 1000110 | 111010 | 1100100 | 110110 | 11011 |
Color Harmonies of #396A20
Complementary color
Monochromatic Colors of #396A20
Black with #396A20
Text Example
Text Example
White with #396A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396A20; }
p { color: rgb(57,106,32); }
H1.HeaderClassName
{
color: #396A20;
}
.AnyTagClassName
{
color: #396A20;
}
</style>
background-color css
<style>
a { background-color: #396A20; }
a { background-color: rgb(57,106,32); }
div.DivClassName
{
background-color: #396A20;
}
.BgClassName
{
background-color: #396A20;
}
</style>
border-color css
<style>
span { border-color: #396A20; }
span { border-color: rgb(57,106,32); }
td.TdClassName
{
border-color: #396A20;
}
.TagClassName
{
border-color: #396A20;
}
</style>