Shades of Green House #395736
Tints of Green House #395736
RGB
CMYK
RGB Variations
Color information
#395736 (or 0x395736) is known color: Green House. HEX triplet: 39, 57 and 36. RGB value is (57,87,54). Sum of RGB (Red+Green+Blue) = 57+87+54=198 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.79% from 198); Green value is 87 (34.38% from 255 or 43.94% from 198); Blue value is 54 (21.48% from 255 or 27.27% from 198); Max value from RGB is 87 - color contains mainly: green. Hex color #395736 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395736 is #C6A8C9. Grayscale: #4A4A4A. Windows color (decimal): -13019338 or 3561273. OLE color: 3561273.
HSL color Cylindrical-coordinate representation of color #395736: hue angle of 114.55º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #395736 is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 57 | 87 | 54 | - |
| CMYK | 0.34 | 0 | 0.38 | 0.66 |
| HSL | 114.55º | 0.23% | 0.28% | - |
| HSV(B) | 114.55º | 0.38% | 0.34% | - |
| XYZ | 5.76 | 7.95 | 4.72 | - |
| YUV | 74.27 | 116.56 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 87 | 54 | 0.34 | 0 | 0.38 | 0.66 | 114.55 | 0.23 | 0.28 |
| Hex | 39 | 57 | 36 | 22 | 0 | 26 | 42 | 73 | 17 | 1C |
| Octal | 71 | 127 | 66 | 42 | 0 | 46 | 102 | 163 | 27 | 34 |
| Binary | 111001 | 1010111 | 110110 | 100010 | 0 | 100110 | 1000010 | 1110011 | 10111 | 11100 |
Color Harmonies of #395736
Complementary color
Monochromatic Colors of #395736
Black with #395736
Text Example
Text Example
White with #395736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395736; }
p { color: rgb(57,87,54); }
H1.HeaderClassName
{
color: #395736;
}
.AnyTagClassName
{
color: #395736;
}
</style>
background-color css
<style>
a { background-color: #395736; }
a { background-color: rgb(57,87,54); }
div.DivClassName
{
background-color: #395736;
}
.BgClassName
{
background-color: #395736;
}
</style>
border-color css
<style>
span { border-color: #395736; }
span { border-color: rgb(57,87,54); }
td.TdClassName
{
border-color: #395736;
}
.TagClassName
{
border-color: #395736;
}
</style>