Shades of Green House #31652A
Tints of Green House #31652A
RGB
CMYK
RGB Variations
Color information
#31652A (or 0x31652A) is known color: Green House. HEX triplet: 31, 65 and 2A. RGB value is (49,101,42). Sum of RGB (Red+Green+Blue) = 49+101+42=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 101 (39.84% from 255 or 52.60% from 192); Blue value is 42 (16.80% from 255 or 21.88% from 192); Max value from RGB is 101 - color contains mainly: green. Hex color #31652A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31652A is #CE9AD5. Grayscale: #4E4E4E. Windows color (decimal): -13540054 or 2778417. OLE color: 2778417.
HSL color Cylindrical-coordinate representation of color #31652A: hue angle of 112.88º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #31652A is Cyan = 0.51, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 49 | 101 | 42 | - |
| CMYK | 0.51 | 0 | 0.58 | 0.60 |
| HSL | 112.88º | 0.41% | 0.28% | - |
| HSV(B) | 112.88º | 0.58% | 0.4% | - |
| XYZ | 6.34 | 10.13 | 3.81 | - |
| YUV | 78.73 | 107.27 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 101 | 42 | 0.51 | 0 | 0.58 | 0.60 | 112.88 | 0.41 | 0.28 |
| Hex | 31 | 65 | 2A | 33 | 0 | 3A | 3C | 71 | 29 | 1C |
| Octal | 61 | 145 | 52 | 63 | 0 | 72 | 74 | 161 | 51 | 34 |
| Binary | 110001 | 1100101 | 101010 | 110011 | 0 | 111010 | 111100 | 1110001 | 101001 | 11100 |
Color Harmonies of #31652A
Complementary color
Monochromatic Colors of #31652A
Black with #31652A
Text Example
Text Example
White with #31652A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31652A; }
p { color: rgb(49,101,42); }
H1.HeaderClassName
{
color: #31652A;
}
.AnyTagClassName
{
color: #31652A;
}
</style>
background-color css
<style>
a { background-color: #31652A; }
a { background-color: rgb(49,101,42); }
div.DivClassName
{
background-color: #31652A;
}
.BgClassName
{
background-color: #31652A;
}
</style>
border-color css
<style>
span { border-color: #31652A; }
span { border-color: rgb(49,101,42); }
td.TdClassName
{
border-color: #31652A;
}
.TagClassName
{
border-color: #31652A;
}
</style>