Shades of Green House #326020
Tints of Green House #326020
RGB
CMYK
RGB Variations
Color information
#326020 (or 0x326020) is known color: Green House. HEX triplet: 32, 60 and 20. RGB value is (50,96,32). Sum of RGB (Red+Green+Blue) = 50+96+32=178 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.09% from 178); Green value is 96 (37.89% from 255 or 53.93% from 178); Blue value is 32 (12.89% from 255 or 17.98% from 178); Max value from RGB is 96 - color contains mainly: green. Hex color #326020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326020 is #CD9FDF. Grayscale: #4B4B4B. Windows color (decimal): -13475808 or 2121778. OLE color: 2121778.
HSL color Cylindrical-coordinate representation of color #326020: hue angle of 103.12º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #326020 is Cyan = 0.48, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 96 | 32 | - |
| CMYK | 0.48 | 0 | 0.67 | 0.62 |
| HSL | 103.13º | 0.5% | 0.25% | - |
| HSV(B) | 103.13º | 0.67% | 0.38% | - |
| XYZ | 5.76 | 9.15 | 2.83 | - |
| YUV | 74.95 | 103.76 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 96 | 32 | 0.48 | 0 | 0.67 | 0.62 | 103.13 | 0.5 | 0.25 |
| Hex | 32 | 60 | 20 | 30 | 0 | 43 | 3E | 67 | 32 | 19 |
| Octal | 62 | 140 | 40 | 60 | 0 | 103 | 76 | 147 | 62 | 31 |
| Binary | 110010 | 1100000 | 100000 | 110000 | 0 | 1000011 | 111110 | 1100111 | 110010 | 11001 |
Color Harmonies of #326020
Complementary color
Monochromatic Colors of #326020
Black with #326020
Text Example
Text Example
White with #326020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326020; }
p { color: rgb(50,96,32); }
H1.HeaderClassName
{
color: #326020;
}
.AnyTagClassName
{
color: #326020;
}
</style>
background-color css
<style>
a { background-color: #326020; }
a { background-color: rgb(50,96,32); }
div.DivClassName
{
background-color: #326020;
}
.BgClassName
{
background-color: #326020;
}
</style>
border-color css
<style>
span { border-color: #326020; }
span { border-color: rgb(50,96,32); }
td.TdClassName
{
border-color: #326020;
}
.TagClassName
{
border-color: #326020;
}
</style>