Shades of Green House #395C32
Tints of Green House #395C32
RGB
CMYK
RGB Variations
Color information
#395C32 (or 0x395C32) is known color: Green House. HEX triplet: 39, 5C and 32. RGB value is (57,92,50). Sum of RGB (Red+Green+Blue) = 57+92+50=199 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.64% from 199); Green value is 92 (36.33% from 255 or 46.23% from 199); Blue value is 50 (19.92% from 255 or 25.13% from 199); Max value from RGB is 92 - color contains mainly: green. Hex color #395C32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395C32 is #C6A3CD. Grayscale: #4C4C4C. Windows color (decimal): -13018062 or 3300409. OLE color: 3300409.
HSL color Cylindrical-coordinate representation of color #395C32: hue angle of 110º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #395C32 is Cyan = 0.38, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 57 | 92 | 50 | - |
| CMYK | 0.38 | 0 | 0.46 | 0.64 |
| HSL | 110º | 0.3% | 0.28% | - |
| HSV(B) | 110º | 0.46% | 0.36% | - |
| XYZ | 6.09 | 8.75 | 4.39 | - |
| YUV | 76.75 | 112.9 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 92 | 50 | 0.38 | 0 | 0.46 | 0.64 | 110 | 0.3 | 0.28 |
| Hex | 39 | 5C | 32 | 26 | 0 | 2E | 40 | 6E | 1E | 1C |
| Octal | 71 | 134 | 62 | 46 | 0 | 56 | 100 | 156 | 36 | 34 |
| Binary | 111001 | 1011100 | 110010 | 100110 | 0 | 101110 | 1000000 | 1101110 | 11110 | 11100 |
Color Harmonies of #395C32
Complementary color
Monochromatic Colors of #395C32
Black with #395C32
Text Example
Text Example
White with #395C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395C32; }
p { color: rgb(57,92,50); }
H1.HeaderClassName
{
color: #395C32;
}
.AnyTagClassName
{
color: #395C32;
}
</style>
background-color css
<style>
a { background-color: #395C32; }
a { background-color: rgb(57,92,50); }
div.DivClassName
{
background-color: #395C32;
}
.BgClassName
{
background-color: #395C32;
}
</style>
border-color css
<style>
span { border-color: #395C32; }
span { border-color: rgb(57,92,50); }
td.TdClassName
{
border-color: #395C32;
}
.TagClassName
{
border-color: #395C32;
}
</style>