Shades of Green House #31632C
Tints of Green House #31632C
RGB
CMYK
RGB Variations
Color information
#31632C (or 0x31632C) is known color: Green House. HEX triplet: 31, 63 and 2C. RGB value is (49,99,44). Sum of RGB (Red+Green+Blue) = 49+99+44=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 99 (39.06% from 255 or 51.56% from 192); Blue value is 44 (17.58% from 255 or 22.92% from 192); Max value from RGB is 99 - color contains mainly: green. Hex color #31632C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31632C is #CE9CD3. Grayscale: #4D4D4D. Windows color (decimal): -13540564 or 2908977. OLE color: 2908977.
HSL color Cylindrical-coordinate representation of color #31632C: hue angle of 114.55º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #31632C is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 49 | 99 | 44 | - |
| CMYK | 0.51 | 0 | 0.56 | 0.61 |
| HSL | 114.55º | 0.38% | 0.28% | - |
| HSV(B) | 114.55º | 0.56% | 0.39% | - |
| XYZ | 6.18 | 9.76 | 3.94 | - |
| YUV | 77.78 | 108.94 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 99 | 44 | 0.51 | 0 | 0.56 | 0.61 | 114.55 | 0.38 | 0.28 |
| Hex | 31 | 63 | 2C | 33 | 0 | 38 | 3D | 73 | 26 | 1C |
| Octal | 61 | 143 | 54 | 63 | 0 | 70 | 75 | 163 | 46 | 34 |
| Binary | 110001 | 1100011 | 101100 | 110011 | 0 | 111000 | 111101 | 1110011 | 100110 | 11100 |
Color Harmonies of #31632C
Complementary color
Monochromatic Colors of #31632C
Black with #31632C
Text Example
Text Example
White with #31632C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31632C; }
p { color: rgb(49,99,44); }
H1.HeaderClassName
{
color: #31632C;
}
.AnyTagClassName
{
color: #31632C;
}
</style>
background-color css
<style>
a { background-color: #31632C; }
a { background-color: rgb(49,99,44); }
div.DivClassName
{
background-color: #31632C;
}
.BgClassName
{
background-color: #31632C;
}
</style>
border-color css
<style>
span { border-color: #31632C; }
span { border-color: rgb(49,99,44); }
td.TdClassName
{
border-color: #31632C;
}
.TagClassName
{
border-color: #31632C;
}
</style>