Shades of Green House #31602C
Tints of Green House #31602C
RGB
CMYK
RGB Variations
Color information
#31602C (or 0x31602C) is known color: Green House. HEX triplet: 31, 60 and 2C. RGB value is (49,96,44). Sum of RGB (Red+Green+Blue) = 49+96+44=189 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.93% from 189); Green value is 96 (37.89% from 255 or 50.79% from 189); Blue value is 44 (17.58% from 255 or 23.28% from 189); Max value from RGB is 96 - color contains mainly: green. Hex color #31602C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31602C is #CE9FD3. Grayscale: #4C4C4C. Windows color (decimal): -13541332 or 2908209. OLE color: 2908209.
HSL color Cylindrical-coordinate representation of color #31602C: hue angle of 114.23º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #31602C is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 49 | 96 | 44 | - |
| CMYK | 0.49 | 0 | 0.54 | 0.62 |
| HSL | 114.23º | 0.37% | 0.27% | - |
| HSV(B) | 114.23º | 0.54% | 0.38% | - |
| XYZ | 5.9 | 9.2 | 3.85 | - |
| YUV | 76.02 | 109.93 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 96 | 44 | 0.49 | 0 | 0.54 | 0.62 | 114.23 | 0.37 | 0.27 |
| Hex | 31 | 60 | 2C | 31 | 0 | 36 | 3E | 72 | 25 | 1B |
| Octal | 61 | 140 | 54 | 61 | 0 | 66 | 76 | 162 | 45 | 33 |
| Binary | 110001 | 1100000 | 101100 | 110001 | 0 | 110110 | 111110 | 1110010 | 100101 | 11011 |
Color Harmonies of #31602C
Complementary color
Monochromatic Colors of #31602C
Black with #31602C
Text Example
Text Example
White with #31602C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31602C; }
p { color: rgb(49,96,44); }
H1.HeaderClassName
{
color: #31602C;
}
.AnyTagClassName
{
color: #31602C;
}
</style>
background-color css
<style>
a { background-color: #31602C; }
a { background-color: rgb(49,96,44); }
div.DivClassName
{
background-color: #31602C;
}
.BgClassName
{
background-color: #31602C;
}
</style>
border-color css
<style>
span { border-color: #31602C; }
span { border-color: rgb(49,96,44); }
td.TdClassName
{
border-color: #31602C;
}
.TagClassName
{
border-color: #31602C;
}
</style>