Shades of Green House #396230
Tints of Green House #396230
RGB
CMYK
RGB Variations
Color information
#396230 (or 0x396230) is known color: Green House. HEX triplet: 39, 62 and 30. RGB value is (57,98,48). Sum of RGB (Red+Green+Blue) = 57+98+48=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 98 (38.67% from 255 or 48.28% from 203); Blue value is 48 (19.14% from 255 or 23.65% from 203); Max value from RGB is 98 - color contains mainly: green. Hex color #396230 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396230 is #C69DCF. Grayscale: #505050. Windows color (decimal): -13016528 or 3170873. OLE color: 3170873.
HSL color Cylindrical-coordinate representation of color #396230: hue angle of 109.2º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #396230 is Cyan = 0.42, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 57 | 98 | 48 | - |
| CMYK | 0.42 | 0 | 0.51 | 0.62 |
| HSL | 109.2º | 0.34% | 0.29% | - |
| HSV(B) | 109.2º | 0.51% | 0.38% | - |
| XYZ | 6.59 | 9.82 | 4.34 | - |
| YUV | 80.04 | 109.92 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 98 | 48 | 0.42 | 0 | 0.51 | 0.62 | 109.2 | 0.34 | 0.29 |
| Hex | 39 | 62 | 30 | 2A | 0 | 33 | 3E | 6D | 22 | 1D |
| Octal | 71 | 142 | 60 | 52 | 0 | 63 | 76 | 155 | 42 | 35 |
| Binary | 111001 | 1100010 | 110000 | 101010 | 0 | 110011 | 111110 | 1101101 | 100010 | 11101 |
Color Harmonies of #396230
Complementary color
Monochromatic Colors of #396230
Black with #396230
Text Example
Text Example
White with #396230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396230; }
p { color: rgb(57,98,48); }
H1.HeaderClassName
{
color: #396230;
}
.AnyTagClassName
{
color: #396230;
}
</style>
background-color css
<style>
a { background-color: #396230; }
a { background-color: rgb(57,98,48); }
div.DivClassName
{
background-color: #396230;
}
.BgClassName
{
background-color: #396230;
}
</style>
border-color css
<style>
span { border-color: #396230; }
span { border-color: rgb(57,98,48); }
td.TdClassName
{
border-color: #396230;
}
.TagClassName
{
border-color: #396230;
}
</style>