Shades of Green House #316224
Tints of Green House #316224
RGB
CMYK
RGB Variations
Color information
#316224 (or 0x316224) is known color: Green House. HEX triplet: 31, 62 and 24. RGB value is (49,98,36). Sum of RGB (Red+Green+Blue) = 49+98+36=183 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.78% from 183); Green value is 98 (38.67% from 255 or 53.55% from 183); Blue value is 36 (14.45% from 255 or 19.67% from 183); Max value from RGB is 98 - color contains mainly: green. Hex color #316224 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316224 is #CE9DDB. Grayscale: #4C4C4C. Windows color (decimal): -13540828 or 2384433. OLE color: 2384433.
HSL color Cylindrical-coordinate representation of color #316224: hue angle of 107.42º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #316224 is Cyan = 0.5, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 49 | 98 | 36 | - |
| CMYK | 0.5 | 0 | 0.63 | 0.62 |
| HSL | 107.42º | 0.46% | 0.26% | - |
| HSV(B) | 107.42º | 0.63% | 0.38% | - |
| XYZ | 5.95 | 9.52 | 3.19 | - |
| YUV | 76.28 | 105.27 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 98 | 36 | 0.5 | 0 | 0.63 | 0.62 | 107.42 | 0.46 | 0.26 |
| Hex | 31 | 62 | 24 | 32 | 0 | 3F | 3E | 6B | 2E | 1A |
| Octal | 61 | 142 | 44 | 62 | 0 | 77 | 76 | 153 | 56 | 32 |
| Binary | 110001 | 1100010 | 100100 | 110010 | 0 | 111111 | 111110 | 1101011 | 101110 | 11010 |
Color Harmonies of #316224
Complementary color
Monochromatic Colors of #316224
Black with #316224
Text Example
Text Example
White with #316224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316224; }
p { color: rgb(49,98,36); }
H1.HeaderClassName
{
color: #316224;
}
.AnyTagClassName
{
color: #316224;
}
</style>
background-color css
<style>
a { background-color: #316224; }
a { background-color: rgb(49,98,36); }
div.DivClassName
{
background-color: #316224;
}
.BgClassName
{
background-color: #316224;
}
</style>
border-color css
<style>
span { border-color: #316224; }
span { border-color: rgb(49,98,36); }
td.TdClassName
{
border-color: #316224;
}
.TagClassName
{
border-color: #316224;
}
</style>