Shades of Green House #326522
Tints of Green House #326522
RGB
CMYK
RGB Variations
Color information
#326522 (or 0x326522) is known color: Green House. HEX triplet: 32, 65 and 22. RGB value is (50,101,34). Sum of RGB (Red+Green+Blue) = 50+101+34=185 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.03% from 185); Green value is 101 (39.84% from 255 or 54.59% from 185); Blue value is 34 (13.67% from 255 or 18.38% from 185); Max value from RGB is 101 - color contains mainly: green. Hex color #326522 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326522 is #CD9ADD. Grayscale: #4E4E4E. Windows color (decimal): -13474526 or 2254130. OLE color: 2254130.
HSL color Cylindrical-coordinate representation of color #326522: hue angle of 105.67º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #326522 is Cyan = 0.50, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 50 | 101 | 34 | - |
| CMYK | 0.50 | 0 | 0.66 | 0.60 |
| HSL | 105.67º | 0.5% | 0.26% | - |
| HSV(B) | 105.67º | 0.66% | 0.4% | - |
| XYZ | 6.26 | 10.1 | 3.13 | - |
| YUV | 78.11 | 103.1 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 101 | 34 | 0.50 | 0 | 0.66 | 0.60 | 105.67 | 0.5 | 0.26 |
| Hex | 32 | 65 | 22 | 32 | 0 | 42 | 3C | 6A | 32 | 1A |
| Octal | 62 | 145 | 42 | 62 | 0 | 102 | 74 | 152 | 62 | 32 |
| Binary | 110010 | 1100101 | 100010 | 110010 | 0 | 1000010 | 111100 | 1101010 | 110010 | 11010 |
Color Harmonies of #326522
Complementary color
Monochromatic Colors of #326522
Black with #326522
Text Example
Text Example
White with #326522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326522; }
p { color: rgb(50,101,34); }
H1.HeaderClassName
{
color: #326522;
}
.AnyTagClassName
{
color: #326522;
}
</style>
background-color css
<style>
a { background-color: #326522; }
a { background-color: rgb(50,101,34); }
div.DivClassName
{
background-color: #326522;
}
.BgClassName
{
background-color: #326522;
}
</style>
border-color css
<style>
span { border-color: #326522; }
span { border-color: rgb(50,101,34); }
td.TdClassName
{
border-color: #326522;
}
.TagClassName
{
border-color: #326522;
}
</style>