Shades of Green House #31621D
Tints of Green House #31621D
RGB
CMYK
RGB Variations
Color information
#31621D (or 0x31621D) is known color: Green House. HEX triplet: 31, 62 and 1D. RGB value is (49,98,29). Sum of RGB (Red+Green+Blue) = 49+98+29=176 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.84% from 176); Green value is 98 (38.67% from 255 or 55.68% from 176); Blue value is 29 (11.72% from 255 or 16.48% from 176); Max value from RGB is 98 - color contains mainly: green. Hex color #31621D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31621D is #CE9DE2. Grayscale: #4B4B4B. Windows color (decimal): -13540835 or 1925681. OLE color: 1925681.
HSL color Cylindrical-coordinate representation of color #31621D: hue angle of 102.61º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31621D is Cyan = 0.5, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 49 | 98 | 29 | - |
| CMYK | 0.5 | 0 | 0.70 | 0.62 |
| HSL | 102.61º | 0.54% | 0.25% | - |
| HSV(B) | 102.61º | 0.7% | 0.38% | - |
| XYZ | 5.86 | 9.48 | 2.68 | - |
| YUV | 75.48 | 101.77 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 98 | 29 | 0.5 | 0 | 0.70 | 0.62 | 102.61 | 0.54 | 0.25 |
| Hex | 31 | 62 | 1D | 32 | 0 | 46 | 3E | 67 | 36 | 19 |
| Octal | 61 | 142 | 35 | 62 | 0 | 106 | 76 | 147 | 66 | 31 |
| Binary | 110001 | 1100010 | 11101 | 110010 | 0 | 1000110 | 111110 | 1100111 | 110110 | 11001 |
Color Harmonies of #31621D
Complementary color
Monochromatic Colors of #31621D
Black with #31621D
Text Example
Text Example
White with #31621D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31621D; }
p { color: rgb(49,98,29); }
H1.HeaderClassName
{
color: #31621D;
}
.AnyTagClassName
{
color: #31621D;
}
</style>
background-color css
<style>
a { background-color: #31621D; }
a { background-color: rgb(49,98,29); }
div.DivClassName
{
background-color: #31621D;
}
.BgClassName
{
background-color: #31621D;
}
</style>
border-color css
<style>
span { border-color: #31621D; }
span { border-color: rgb(49,98,29); }
td.TdClassName
{
border-color: #31621D;
}
.TagClassName
{
border-color: #31621D;
}
</style>