Shades of Green House #326416
Tints of Green House #326416
RGB
CMYK
RGB Variations
Color information
#326416 (or 0x326416) is known color: Green House. HEX triplet: 32, 64 and 16. RGB value is (50,100,22). Sum of RGB (Red+Green+Blue) = 50+100+22=172 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.07% from 172); Green value is 100 (39.45% from 255 or 58.14% from 172); Blue value is 22 (8.98% from 255 or 12.79% from 172); Max value from RGB is 100 - color contains mainly: green. Hex color #326416 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326416 is #CD9BE9. Grayscale: #4C4C4C. Windows color (decimal): -13474794 or 1467442. OLE color: 1467442.
HSL color Cylindrical-coordinate representation of color #326416: hue angle of 98.46º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #326416 is Cyan = 0.50, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 50 | 100 | 22 | - |
| CMYK | 0.50 | 0 | 0.78 | 0.61 |
| HSL | 98.46º | 0.64% | 0.24% | - |
| HSV(B) | 98.46º | 0.78% | 0.39% | - |
| XYZ | 6.02 | 9.85 | 2.34 | - |
| YUV | 76.16 | 97.44 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 100 | 22 | 0.50 | 0 | 0.78 | 0.61 | 98.46 | 0.64 | 0.24 |
| Hex | 32 | 64 | 16 | 32 | 0 | 4E | 3D | 62 | 40 | 18 |
| Octal | 62 | 144 | 26 | 62 | 0 | 116 | 75 | 142 | 100 | 30 |
| Binary | 110010 | 1100100 | 10110 | 110010 | 0 | 1001110 | 111101 | 1100010 | 1000000 | 11000 |
Color Harmonies of #326416
Complementary color
Monochromatic Colors of #326416
Black with #326416
Text Example
Text Example
White with #326416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326416; }
p { color: rgb(50,100,22); }
H1.HeaderClassName
{
color: #326416;
}
.AnyTagClassName
{
color: #326416;
}
</style>
background-color css
<style>
a { background-color: #326416; }
a { background-color: rgb(50,100,22); }
div.DivClassName
{
background-color: #326416;
}
.BgClassName
{
background-color: #326416;
}
</style>
border-color css
<style>
span { border-color: #326416; }
span { border-color: rgb(50,100,22); }
td.TdClassName
{
border-color: #326416;
}
.TagClassName
{
border-color: #326416;
}
</style>