Shades of Hunter Green #326741
Tints of Hunter Green #326741
RGB
CMYK
RGB Variations
Color information
#326741 (or 0x326741) is known color: Hunter Green. HEX triplet: 32, 67 and 41. RGB value is (50,103,65). Sum of RGB (Red+Green+Blue) = 50+103+65=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 103 (40.62% from 255 or 47.25% from 218); Blue value is 65 (25.78% from 255 or 29.82% from 218); Max value from RGB is 103 - color contains mainly: green. Hex color #326741 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326741 is #CD98BE. Grayscale: #525252. Windows color (decimal): -13473983 or 4286258. OLE color: 4286258.
HSL color Cylindrical-coordinate representation of color #326741: hue angle of 136.98º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #326741 is Cyan = 0.51, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 50 | 103 | 65 | - |
| CMYK | 0.51 | 0 | 0.37 | 0.60 |
| HSL | 136.98º | 0.35% | 0.3% | - |
| HSV(B) | 136.98º | 0.51% | 0.4% | - |
| XYZ | 7.12 | 10.76 | 6.7 | - |
| YUV | 82.82 | 117.94 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 103 | 65 | 0.51 | 0 | 0.37 | 0.60 | 136.98 | 0.35 | 0.3 |
| Hex | 32 | 67 | 41 | 33 | 0 | 25 | 3C | 89 | 23 | 1E |
| Octal | 62 | 147 | 101 | 63 | 0 | 45 | 74 | 211 | 43 | 36 |
| Binary | 110010 | 1100111 | 1000001 | 110011 | 0 | 100101 | 111100 | 10001001 | 100011 | 11110 |
Color Harmonies of #326741
Complementary color
Monochromatic Colors of #326741
Black with #326741
Text Example
Text Example
White with #326741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326741; }
p { color: rgb(50,103,65); }
H1.HeaderClassName
{
color: #326741;
}
.AnyTagClassName
{
color: #326741;
}
</style>
background-color css
<style>
a { background-color: #326741; }
a { background-color: rgb(50,103,65); }
div.DivClassName
{
background-color: #326741;
}
.BgClassName
{
background-color: #326741;
}
</style>
border-color css
<style>
span { border-color: #326741; }
span { border-color: rgb(50,103,65); }
td.TdClassName
{
border-color: #326741;
}
.TagClassName
{
border-color: #326741;
}
</style>