Shades of Hunter Green #326B41
Tints of Hunter Green #326B41
RGB
CMYK
RGB Variations
Color information
#326B41 (or 0x326B41) is known color: Hunter Green. HEX triplet: 32, 6B and 41. RGB value is (50,107,65). Sum of RGB (Red+Green+Blue) = 50+107+65=222 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.52% from 222); Green value is 107 (42.19% from 255 or 48.20% from 222); Blue value is 65 (25.78% from 255 or 29.28% from 222); Max value from RGB is 107 - color contains mainly: green. Hex color #326B41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326B41 is #CD94BE. Grayscale: #555555. Windows color (decimal): -13472959 or 4287282. OLE color: 4287282.
HSL color Cylindrical-coordinate representation of color #326B41: hue angle of 135.79º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #326B41 is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 107 | 65 | - |
| CMYK | 0.53 | 0 | 0.39 | 0.58 |
| HSL | 135.79º | 0.36% | 0.31% | - |
| HSV(B) | 135.79º | 0.53% | 0.42% | - |
| XYZ | 7.53 | 11.58 | 6.84 | - |
| YUV | 85.17 | 116.62 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 107 | 65 | 0.53 | 0 | 0.39 | 0.58 | 135.79 | 0.36 | 0.31 |
| Hex | 32 | 6B | 41 | 35 | 0 | 27 | 3A | 88 | 24 | 1F |
| Octal | 62 | 153 | 101 | 65 | 0 | 47 | 72 | 210 | 44 | 37 |
| Binary | 110010 | 1101011 | 1000001 | 110101 | 0 | 100111 | 111010 | 10001000 | 100100 | 11111 |
Color Harmonies of #326B41
Complementary color
Monochromatic Colors of #326B41
Black with #326B41
Text Example
Text Example
White with #326B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326B41; }
p { color: rgb(50,107,65); }
H1.HeaderClassName
{
color: #326B41;
}
.AnyTagClassName
{
color: #326B41;
}
</style>
background-color css
<style>
a { background-color: #326B41; }
a { background-color: rgb(50,107,65); }
div.DivClassName
{
background-color: #326B41;
}
.BgClassName
{
background-color: #326B41;
}
</style>
border-color css
<style>
span { border-color: #326B41; }
span { border-color: rgb(50,107,65); }
td.TdClassName
{
border-color: #326B41;
}
.TagClassName
{
border-color: #326B41;
}
</style>