Shades of Green House #316221
Tints of Green House #316221
RGB
CMYK
RGB Variations
Color information
#316221 (or 0x316221) is known color: Green House. HEX triplet: 31, 62 and 21. RGB value is (49,98,33). Sum of RGB (Red+Green+Blue) = 49+98+33=180 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.22% from 180); Green value is 98 (38.67% from 255 or 54.44% from 180); Blue value is 33 (13.28% from 255 or 18.33% from 180); Max value from RGB is 98 - color contains mainly: green. Hex color #316221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316221 is #CE9DDE. Grayscale: #4C4C4C. Windows color (decimal): -13540831 or 2187825. OLE color: 2187825.
HSL color Cylindrical-coordinate representation of color #316221: hue angle of 105.23º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #316221 is Cyan = 0.5, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 49 | 98 | 33 | - |
| CMYK | 0.5 | 0 | 0.66 | 0.62 |
| HSL | 105.23º | 0.5% | 0.26% | - |
| HSV(B) | 105.23º | 0.66% | 0.38% | - |
| XYZ | 5.91 | 9.5 | 2.96 | - |
| YUV | 75.94 | 103.77 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 98 | 33 | 0.5 | 0 | 0.66 | 0.62 | 105.23 | 0.5 | 0.26 |
| Hex | 31 | 62 | 21 | 32 | 0 | 42 | 3E | 69 | 32 | 1A |
| Octal | 61 | 142 | 41 | 62 | 0 | 102 | 76 | 151 | 62 | 32 |
| Binary | 110001 | 1100010 | 100001 | 110010 | 0 | 1000010 | 111110 | 1101001 | 110010 | 11010 |
Color Harmonies of #316221
Complementary color
Monochromatic Colors of #316221
Black with #316221
Text Example
Text Example
White with #316221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316221; }
p { color: rgb(49,98,33); }
H1.HeaderClassName
{
color: #316221;
}
.AnyTagClassName
{
color: #316221;
}
</style>
background-color css
<style>
a { background-color: #316221; }
a { background-color: rgb(49,98,33); }
div.DivClassName
{
background-color: #316221;
}
.BgClassName
{
background-color: #316221;
}
</style>
border-color css
<style>
span { border-color: #316221; }
span { border-color: rgb(49,98,33); }
td.TdClassName
{
border-color: #316221;
}
.TagClassName
{
border-color: #316221;
}
</style>