Shades of Hunter Green #326C3E
Tints of Hunter Green #326C3E
RGB
CMYK
RGB Variations
Color information
#326C3E (or 0x326C3E) is known color: Hunter Green. HEX triplet: 32, 6C and 3E. RGB value is (50,108,62). Sum of RGB (Red+Green+Blue) = 50+108+62=220 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.73% from 220); Green value is 108 (42.58% from 255 or 49.09% from 220); Blue value is 62 (24.61% from 255 or 28.18% from 220); Max value from RGB is 108 - color contains mainly: green. Hex color #326C3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326C3E is #CD93C1. Grayscale: #555555. Windows color (decimal): -13472706 or 4090930. OLE color: 4090930.
HSL color Cylindrical-coordinate representation of color #326C3E: hue angle of 132.41º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #326C3E is Cyan = 0.54, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 108 | 62 | - |
| CMYK | 0.54 | 0 | 0.43 | 0.58 |
| HSL | 132.41º | 0.37% | 0.31% | - |
| HSV(B) | 132.41º | 0.54% | 0.42% | - |
| XYZ | 7.55 | 11.75 | 6.43 | - |
| YUV | 85.41 | 114.78 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 108 | 62 | 0.54 | 0 | 0.43 | 0.58 | 132.41 | 0.37 | 0.31 |
| Hex | 32 | 6C | 3E | 36 | 0 | 2B | 3A | 84 | 25 | 1F |
| Octal | 62 | 154 | 76 | 66 | 0 | 53 | 72 | 204 | 45 | 37 |
| Binary | 110010 | 1101100 | 111110 | 110110 | 0 | 101011 | 111010 | 10000100 | 100101 | 11111 |
Color Harmonies of #326C3E
Complementary color
Monochromatic Colors of #326C3E
Black with #326C3E
Text Example
Text Example
White with #326C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326C3E; }
p { color: rgb(50,108,62); }
H1.HeaderClassName
{
color: #326C3E;
}
.AnyTagClassName
{
color: #326C3E;
}
</style>
background-color css
<style>
a { background-color: #326C3E; }
a { background-color: rgb(50,108,62); }
div.DivClassName
{
background-color: #326C3E;
}
.BgClassName
{
background-color: #326C3E;
}
</style>
border-color css
<style>
span { border-color: #326C3E; }
span { border-color: rgb(50,108,62); }
td.TdClassName
{
border-color: #326C3E;
}
.TagClassName
{
border-color: #326C3E;
}
</style>