Shades of Green House #326521
Tints of Green House #326521
RGB
CMYK
RGB Variations
Color information
#326521 (or 0x326521) is known color: Green House. HEX triplet: 32, 65 and 21. RGB value is (50,101,33). Sum of RGB (Red+Green+Blue) = 50+101+33=184 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.17% from 184); Green value is 101 (39.84% from 255 or 54.89% from 184); Blue value is 33 (13.28% from 255 or 17.93% from 184); Max value from RGB is 101 - color contains mainly: green. Hex color #326521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326521 is #CD9ADE. Grayscale: #4E4E4E. Windows color (decimal): -13474527 or 2188594. OLE color: 2188594.
HSL color Cylindrical-coordinate representation of color #326521: hue angle of 105º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #326521 is Cyan = 0.50, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 50 | 101 | 33 | - |
| CMYK | 0.50 | 0 | 0.67 | 0.60 |
| HSL | 105º | 0.51% | 0.26% | - |
| HSV(B) | 105º | 0.67% | 0.4% | - |
| XYZ | 6.24 | 10.1 | 3.06 | - |
| YUV | 78 | 102.6 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 101 | 33 | 0.50 | 0 | 0.67 | 0.60 | 105 | 0.51 | 0.26 |
| Hex | 32 | 65 | 21 | 32 | 0 | 43 | 3C | 69 | 33 | 1A |
| Octal | 62 | 145 | 41 | 62 | 0 | 103 | 74 | 151 | 63 | 32 |
| Binary | 110010 | 1100101 | 100001 | 110010 | 0 | 1000011 | 111100 | 1101001 | 110011 | 11010 |
Color Harmonies of #326521
Complementary color
Monochromatic Colors of #326521
Black with #326521
Text Example
Text Example
White with #326521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326521; }
p { color: rgb(50,101,33); }
H1.HeaderClassName
{
color: #326521;
}
.AnyTagClassName
{
color: #326521;
}
</style>
background-color css
<style>
a { background-color: #326521; }
a { background-color: rgb(50,101,33); }
div.DivClassName
{
background-color: #326521;
}
.BgClassName
{
background-color: #326521;
}
</style>
border-color css
<style>
span { border-color: #326521; }
span { border-color: rgb(50,101,33); }
td.TdClassName
{
border-color: #326521;
}
.TagClassName
{
border-color: #326521;
}
</style>