Shades of Green House #31661E
Tints of Green House #31661E
RGB
CMYK
RGB Variations
Color information
#31661E (or 0x31661E) is known color: Green House. HEX triplet: 31, 66 and 1E. RGB value is (49,102,30). Sum of RGB (Red+Green+Blue) = 49+102+30=181 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.07% from 181); Green value is 102 (40.23% from 255 or 56.35% from 181); Blue value is 30 (12.11% from 255 or 16.57% from 181); Max value from RGB is 102 - color contains mainly: green. Hex color #31661E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31661E is #CE99E1. Grayscale: #4E4E4E. Windows color (decimal): -13539810 or 1992241. OLE color: 1992241.
HSL color Cylindrical-coordinate representation of color #31661E: hue angle of 104.17º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31661E is Cyan = 0.52, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 49 | 102 | 30 | - |
| CMYK | 0.52 | 0 | 0.71 | 0.6 |
| HSL | 104.17º | 0.55% | 0.26% | - |
| HSV(B) | 104.17º | 0.71% | 0.4% | - |
| XYZ | 6.25 | 10.25 | 2.88 | - |
| YUV | 77.95 | 100.94 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 102 | 30 | 0.52 | 0 | 0.71 | 0.6 | 104.17 | 0.55 | 0.26 |
| Hex | 31 | 66 | 1E | 34 | 0 | 47 | 3C | 68 | 37 | 1A |
| Octal | 61 | 146 | 36 | 64 | 0 | 107 | 74 | 150 | 67 | 32 |
| Binary | 110001 | 1100110 | 11110 | 110100 | 0 | 1000111 | 111100 | 1101000 | 110111 | 11010 |
Color Harmonies of #31661E
Complementary color
Monochromatic Colors of #31661E
Black with #31661E
Text Example
Text Example
White with #31661E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31661E; }
p { color: rgb(49,102,30); }
H1.HeaderClassName
{
color: #31661E;
}
.AnyTagClassName
{
color: #31661E;
}
</style>
background-color css
<style>
a { background-color: #31661E; }
a { background-color: rgb(49,102,30); }
div.DivClassName
{
background-color: #31661E;
}
.BgClassName
{
background-color: #31661E;
}
</style>
border-color css
<style>
span { border-color: #31661E; }
span { border-color: rgb(49,102,30); }
td.TdClassName
{
border-color: #31661E;
}
.TagClassName
{
border-color: #31661E;
}
</style>