Shades of Hunter Green #326E3F
Tints of Hunter Green #326E3F
RGB
CMYK
RGB Variations
Color information
#326E3F (or 0x326E3F) is known color: Hunter Green. HEX triplet: 32, 6E and 3F. RGB value is (50,110,63). Sum of RGB (Red+Green+Blue) = 50+110+63=223 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.42% from 223); Green value is 110 (43.36% from 255 or 49.33% from 223); Blue value is 63 (25% from 255 or 28.25% from 223); Max value from RGB is 110 - color contains mainly: green. Hex color #326E3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326E3F is #CD91C0. Grayscale: #565656. Windows color (decimal): -13472193 or 4156978. OLE color: 4156978.
HSL color Cylindrical-coordinate representation of color #326E3F: hue angle of 133º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #326E3F is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 50 | 110 | 63 | - |
| CMYK | 0.55 | 0 | 0.43 | 0.57 |
| HSL | 133º | 0.38% | 0.31% | - |
| HSV(B) | 133º | 0.55% | 0.43% | - |
| XYZ | 7.79 | 12.19 | 6.64 | - |
| YUV | 86.7 | 114.62 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 110 | 63 | 0.55 | 0 | 0.43 | 0.57 | 133 | 0.38 | 0.31 |
| Hex | 32 | 6E | 3F | 37 | 0 | 2B | 39 | 85 | 26 | 1F |
| Octal | 62 | 156 | 77 | 67 | 0 | 53 | 71 | 205 | 46 | 37 |
| Binary | 110010 | 1101110 | 111111 | 110111 | 0 | 101011 | 111001 | 10000101 | 100110 | 11111 |
Color Harmonies of #326E3F
Complementary color
Monochromatic Colors of #326E3F
Black with #326E3F
Text Example
Text Example
White with #326E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326E3F; }
p { color: rgb(50,110,63); }
H1.HeaderClassName
{
color: #326E3F;
}
.AnyTagClassName
{
color: #326E3F;
}
</style>
background-color css
<style>
a { background-color: #326E3F; }
a { background-color: rgb(50,110,63); }
div.DivClassName
{
background-color: #326E3F;
}
.BgClassName
{
background-color: #326E3F;
}
</style>
border-color css
<style>
span { border-color: #326E3F; }
span { border-color: rgb(50,110,63); }
td.TdClassName
{
border-color: #326E3F;
}
.TagClassName
{
border-color: #326E3F;
}
</style>