Shades of Green House #395931
Tints of Green House #395931
RGB
CMYK
RGB Variations
Color information
#395931 (or 0x395931) is known color: Green House. HEX triplet: 39, 59 and 31. RGB value is (57,89,49). Sum of RGB (Red+Green+Blue) = 57+89+49=195 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.23% from 195); Green value is 89 (35.16% from 255 or 45.64% from 195); Blue value is 49 (19.53% from 255 or 25.13% from 195); Max value from RGB is 89 - color contains mainly: green. Hex color #395931 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395931 is #C6A6CE. Grayscale: #4B4B4B. Windows color (decimal): -13018831 or 3234105. OLE color: 3234105.
HSL color Cylindrical-coordinate representation of color #395931: hue angle of 108º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #395931 is Cyan = 0.36, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 57 | 89 | 49 | - |
| CMYK | 0.36 | 0 | 0.45 | 0.65 |
| HSL | 108º | 0.29% | 0.27% | - |
| HSV(B) | 108º | 0.45% | 0.35% | - |
| XYZ | 5.81 | 8.24 | 4.19 | - |
| YUV | 74.87 | 113.4 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 89 | 49 | 0.36 | 0 | 0.45 | 0.65 | 108 | 0.29 | 0.27 |
| Hex | 39 | 59 | 31 | 24 | 0 | 2D | 41 | 6C | 1D | 1B |
| Octal | 71 | 131 | 61 | 44 | 0 | 55 | 101 | 154 | 35 | 33 |
| Binary | 111001 | 1011001 | 110001 | 100100 | 0 | 101101 | 1000001 | 1101100 | 11101 | 11011 |
Color Harmonies of #395931
Complementary color
Monochromatic Colors of #395931
Black with #395931
Text Example
Text Example
White with #395931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395931; }
p { color: rgb(57,89,49); }
H1.HeaderClassName
{
color: #395931;
}
.AnyTagClassName
{
color: #395931;
}
</style>
background-color css
<style>
a { background-color: #395931; }
a { background-color: rgb(57,89,49); }
div.DivClassName
{
background-color: #395931;
}
.BgClassName
{
background-color: #395931;
}
</style>
border-color css
<style>
span { border-color: #395931; }
span { border-color: rgb(57,89,49); }
td.TdClassName
{
border-color: #395931;
}
.TagClassName
{
border-color: #395931;
}
</style>