Shades of Green House #396128
Tints of Green House #396128
RGB
CMYK
RGB Variations
Color information
#396128 (or 0x396128) is known color: Green House. HEX triplet: 39, 61 and 28. RGB value is (57,97,40). Sum of RGB (Red+Green+Blue) = 57+97+40=194 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.38% from 194); Green value is 97 (38.28% from 255 or 50% from 194); Blue value is 40 (16.02% from 255 or 20.62% from 194); Max value from RGB is 97 - color contains mainly: green. Hex color #396128 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396128 is #C69ED7. Grayscale: #4E4E4E. Windows color (decimal): -13016792 or 2646329. OLE color: 2646329.
HSL color Cylindrical-coordinate representation of color #396128: hue angle of 102.11º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #396128 is Cyan = 0.41, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 57 | 97 | 40 | - |
| CMYK | 0.41 | 0 | 0.59 | 0.62 |
| HSL | 102.11º | 0.42% | 0.27% | - |
| HSV(B) | 102.11º | 0.59% | 0.38% | - |
| XYZ | 6.35 | 9.57 | 3.52 | - |
| YUV | 78.54 | 106.25 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 97 | 40 | 0.41 | 0 | 0.59 | 0.62 | 102.11 | 0.42 | 0.27 |
| Hex | 39 | 61 | 28 | 29 | 0 | 3B | 3E | 66 | 2A | 1B |
| Octal | 71 | 141 | 50 | 51 | 0 | 73 | 76 | 146 | 52 | 33 |
| Binary | 111001 | 1100001 | 101000 | 101001 | 0 | 111011 | 111110 | 1100110 | 101010 | 11011 |
Color Harmonies of #396128
Complementary color
Monochromatic Colors of #396128
Black with #396128
Text Example
Text Example
White with #396128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396128; }
p { color: rgb(57,97,40); }
H1.HeaderClassName
{
color: #396128;
}
.AnyTagClassName
{
color: #396128;
}
</style>
background-color css
<style>
a { background-color: #396128; }
a { background-color: rgb(57,97,40); }
div.DivClassName
{
background-color: #396128;
}
.BgClassName
{
background-color: #396128;
}
</style>
border-color css
<style>
span { border-color: #396128; }
span { border-color: rgb(57,97,40); }
td.TdClassName
{
border-color: #396128;
}
.TagClassName
{
border-color: #396128;
}
</style>