Shades of Green House #395632
Tints of Green House #395632
RGB
CMYK
RGB Variations
Color information
#395632 (or 0x395632) is known color: Green House. HEX triplet: 39, 56 and 32. RGB value is (57,86,50). Sum of RGB (Red+Green+Blue) = 57+86+50=193 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.53% from 193); Green value is 86 (33.98% from 255 or 44.56% from 193); Blue value is 50 (19.92% from 255 or 25.91% from 193); Max value from RGB is 86 - color contains mainly: green. Hex color #395632 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395632 is #C6A9CD. Grayscale: #494949. Windows color (decimal): -13019598 or 3298873. OLE color: 3298873.
HSL color Cylindrical-coordinate representation of color #395632: hue angle of 108.33º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #395632 is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 57 | 86 | 50 | - |
| CMYK | 0.34 | 0 | 0.42 | 0.66 |
| HSL | 108.33º | 0.26% | 0.27% | - |
| HSV(B) | 108.33º | 0.42% | 0.34% | - |
| XYZ | 5.59 | 7.76 | 4.22 | - |
| YUV | 73.23 | 114.89 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 86 | 50 | 0.34 | 0 | 0.42 | 0.66 | 108.33 | 0.26 | 0.27 |
| Hex | 39 | 56 | 32 | 22 | 0 | 2A | 42 | 6C | 1A | 1B |
| Octal | 71 | 126 | 62 | 42 | 0 | 52 | 102 | 154 | 32 | 33 |
| Binary | 111001 | 1010110 | 110010 | 100010 | 0 | 101010 | 1000010 | 1101100 | 11010 | 11011 |
Color Harmonies of #395632
Complementary color
Monochromatic Colors of #395632
Black with #395632
Text Example
Text Example
White with #395632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395632; }
p { color: rgb(57,86,50); }
H1.HeaderClassName
{
color: #395632;
}
.AnyTagClassName
{
color: #395632;
}
</style>
background-color css
<style>
a { background-color: #395632; }
a { background-color: rgb(57,86,50); }
div.DivClassName
{
background-color: #395632;
}
.BgClassName
{
background-color: #395632;
}
</style>
border-color css
<style>
span { border-color: #395632; }
span { border-color: rgb(57,86,50); }
td.TdClassName
{
border-color: #395632;
}
.TagClassName
{
border-color: #395632;
}
</style>