Shades of Green House #395929
Tints of Green House #395929
RGB
CMYK
RGB Variations
Color information
#395929 (or 0x395929) is known color: Green House. HEX triplet: 39, 59 and 29. RGB value is (57,89,41). Sum of RGB (Red+Green+Blue) = 57+89+41=187 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.48% from 187); Green value is 89 (35.16% from 255 or 47.59% from 187); Blue value is 41 (16.41% from 255 or 21.93% from 187); Max value from RGB is 89 - color contains mainly: green. Hex color #395929 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395929 is #C6A6D6. Grayscale: #4A4A4A. Windows color (decimal): -13018839 or 2709817. OLE color: 2709817.
HSL color Cylindrical-coordinate representation of color #395929: hue angle of 100º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #395929 is Cyan = 0.36, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 57 | 89 | 41 | - |
| CMYK | 0.36 | 0 | 0.54 | 0.65 |
| HSL | 100º | 0.37% | 0.25% | - |
| HSV(B) | 100º | 0.54% | 0.35% | - |
| XYZ | 5.66 | 8.17 | 3.38 | - |
| YUV | 73.96 | 109.4 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 89 | 41 | 0.36 | 0 | 0.54 | 0.65 | 100 | 0.37 | 0.25 |
| Hex | 39 | 59 | 29 | 24 | 0 | 36 | 41 | 64 | 25 | 19 |
| Octal | 71 | 131 | 51 | 44 | 0 | 66 | 101 | 144 | 45 | 31 |
| Binary | 111001 | 1011001 | 101001 | 100100 | 0 | 110110 | 1000001 | 1100100 | 100101 | 11001 |
Color Harmonies of #395929
Complementary color
Monochromatic Colors of #395929
Black with #395929
Text Example
Text Example
White with #395929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395929; }
p { color: rgb(57,89,41); }
H1.HeaderClassName
{
color: #395929;
}
.AnyTagClassName
{
color: #395929;
}
</style>
background-color css
<style>
a { background-color: #395929; }
a { background-color: rgb(57,89,41); }
div.DivClassName
{
background-color: #395929;
}
.BgClassName
{
background-color: #395929;
}
</style>
border-color css
<style>
span { border-color: #395929; }
span { border-color: rgb(57,89,41); }
td.TdClassName
{
border-color: #395929;
}
.TagClassName
{
border-color: #395929;
}
</style>