Shades of Green House #396225
Tints of Green House #396225
RGB
CMYK
RGB Variations
Color information
#396225 (or 0x396225) is known color: Green House. HEX triplet: 39, 62 and 25. RGB value is (57,98,37). Sum of RGB (Red+Green+Blue) = 57+98+37=192 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.69% from 192); Green value is 98 (38.67% from 255 or 51.04% from 192); Blue value is 37 (14.84% from 255 or 19.27% from 192); Max value from RGB is 98 - color contains mainly: green. Hex color #396225 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396225 is #C69DDA. Grayscale: #4E4E4E. Windows color (decimal): -13016539 or 2449977. OLE color: 2449977.
HSL color Cylindrical-coordinate representation of color #396225: hue angle of 100.33º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #396225 is Cyan = 0.42, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 57 | 98 | 37 | - |
| CMYK | 0.42 | 0 | 0.62 | 0.62 |
| HSL | 100.33º | 0.45% | 0.26% | - |
| HSV(B) | 100.33º | 0.62% | 0.38% | - |
| XYZ | 6.39 | 9.74 | 3.29 | - |
| YUV | 78.79 | 104.42 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 98 | 37 | 0.42 | 0 | 0.62 | 0.62 | 100.33 | 0.45 | 0.26 |
| Hex | 39 | 62 | 25 | 2A | 0 | 3E | 3E | 64 | 2D | 1A |
| Octal | 71 | 142 | 45 | 52 | 0 | 76 | 76 | 144 | 55 | 32 |
| Binary | 111001 | 1100010 | 100101 | 101010 | 0 | 111110 | 111110 | 1100100 | 101101 | 11010 |
Color Harmonies of #396225
Complementary color
Monochromatic Colors of #396225
Black with #396225
Text Example
Text Example
White with #396225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396225; }
p { color: rgb(57,98,37); }
H1.HeaderClassName
{
color: #396225;
}
.AnyTagClassName
{
color: #396225;
}
</style>
background-color css
<style>
a { background-color: #396225; }
a { background-color: rgb(57,98,37); }
div.DivClassName
{
background-color: #396225;
}
.BgClassName
{
background-color: #396225;
}
</style>
border-color css
<style>
span { border-color: #396225; }
span { border-color: rgb(57,98,37); }
td.TdClassName
{
border-color: #396225;
}
.TagClassName
{
border-color: #396225;
}
</style>