Shades of Hunter Green #326542
Tints of Hunter Green #326542
RGB
CMYK
RGB Variations
Color information
#326542 (or 0x326542) is known color: Hunter Green. HEX triplet: 32, 65 and 42. RGB value is (50,101,66). Sum of RGB (Red+Green+Blue) = 50+101+66=217 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.04% from 217); Green value is 101 (39.84% from 255 or 46.54% from 217); Blue value is 66 (26.17% from 255 or 30.41% from 217); Max value from RGB is 101 - color contains mainly: green. Hex color #326542 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326542 is #CD9ABD. Grayscale: #515151. Windows color (decimal): -13474494 or 4351282. OLE color: 4351282.
HSL color Cylindrical-coordinate representation of color #326542: hue angle of 138.82º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #326542 is Cyan = 0.50, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 50 | 101 | 66 | - |
| CMYK | 0.50 | 0 | 0.35 | 0.60 |
| HSL | 138.82º | 0.34% | 0.3% | - |
| HSV(B) | 138.82º | 0.5% | 0.4% | - |
| XYZ | 6.95 | 10.38 | 6.79 | - |
| YUV | 81.76 | 119.1 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 101 | 66 | 0.50 | 0 | 0.35 | 0.60 | 138.82 | 0.34 | 0.3 |
| Hex | 32 | 65 | 42 | 32 | 0 | 23 | 3C | 8B | 22 | 1E |
| Octal | 62 | 145 | 102 | 62 | 0 | 43 | 74 | 213 | 42 | 36 |
| Binary | 110010 | 1100101 | 1000010 | 110010 | 0 | 100011 | 111100 | 10001011 | 100010 | 11110 |
Color Harmonies of #326542
Complementary color
Monochromatic Colors of #326542
Black with #326542
Text Example
Text Example
White with #326542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326542; }
p { color: rgb(50,101,66); }
H1.HeaderClassName
{
color: #326542;
}
.AnyTagClassName
{
color: #326542;
}
</style>
background-color css
<style>
a { background-color: #326542; }
a { background-color: rgb(50,101,66); }
div.DivClassName
{
background-color: #326542;
}
.BgClassName
{
background-color: #326542;
}
</style>
border-color css
<style>
span { border-color: #326542; }
span { border-color: rgb(50,101,66); }
td.TdClassName
{
border-color: #326542;
}
.TagClassName
{
border-color: #326542;
}
</style>