Shades of Green House #326119
Tints of Green House #326119
RGB
CMYK
RGB Variations
Color information
#326119 (or 0x326119) is known color: Green House. HEX triplet: 32, 61 and 19. RGB value is (50,97,25). Sum of RGB (Red+Green+Blue) = 50+97+25=172 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.07% from 172); Green value is 97 (38.28% from 255 or 56.40% from 172); Blue value is 25 (10.16% from 255 or 14.53% from 172); Max value from RGB is 97 - color contains mainly: green. Hex color #326119 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326119 is #CD9EE6. Grayscale: #4A4A4A. Windows color (decimal): -13475559 or 1663282. OLE color: 1663282.
HSL color Cylindrical-coordinate representation of color #326119: hue angle of 99.17º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #326119 is Cyan = 0.48, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 97 | 25 | - |
| CMYK | 0.48 | 0 | 0.74 | 0.62 |
| HSL | 99.17º | 0.59% | 0.24% | - |
| HSV(B) | 99.17º | 0.74% | 0.38% | - |
| XYZ | 5.77 | 9.3 | 2.41 | - |
| YUV | 74.74 | 99.93 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 97 | 25 | 0.48 | 0 | 0.74 | 0.62 | 99.17 | 0.59 | 0.24 |
| Hex | 32 | 61 | 19 | 30 | 0 | 4A | 3E | 63 | 3B | 18 |
| Octal | 62 | 141 | 31 | 60 | 0 | 112 | 76 | 143 | 73 | 30 |
| Binary | 110010 | 1100001 | 11001 | 110000 | 0 | 1001010 | 111110 | 1100011 | 111011 | 11000 |
Color Harmonies of #326119
Complementary color
Monochromatic Colors of #326119
Black with #326119
Text Example
Text Example
White with #326119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326119; }
p { color: rgb(50,97,25); }
H1.HeaderClassName
{
color: #326119;
}
.AnyTagClassName
{
color: #326119;
}
</style>
background-color css
<style>
a { background-color: #326119; }
a { background-color: rgb(50,97,25); }
div.DivClassName
{
background-color: #326119;
}
.BgClassName
{
background-color: #326119;
}
</style>
border-color css
<style>
span { border-color: #326119; }
span { border-color: rgb(50,97,25); }
td.TdClassName
{
border-color: #326119;
}
.TagClassName
{
border-color: #326119;
}
</style>