Shades of Hunter Green #326341
Tints of Hunter Green #326341
RGB
CMYK
RGB Variations
Color information
#326341 (or 0x326341) is known color: Hunter Green. HEX triplet: 32, 63 and 41. RGB value is (50,99,65). Sum of RGB (Red+Green+Blue) = 50+99+65=214 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.36% from 214); Green value is 99 (39.06% from 255 or 46.26% from 214); Blue value is 65 (25.78% from 255 or 30.37% from 214); Max value from RGB is 99 - color contains mainly: green. Hex color #326341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326341 is #CD9CBE. Grayscale: #505050. Windows color (decimal): -13475007 or 4285234. OLE color: 4285234.
HSL color Cylindrical-coordinate representation of color #326341: hue angle of 138.37º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #326341 is Cyan = 0.49, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 50 | 99 | 65 | - |
| CMYK | 0.49 | 0 | 0.34 | 0.61 |
| HSL | 138.37º | 0.33% | 0.29% | - |
| HSV(B) | 138.37º | 0.49% | 0.39% | - |
| XYZ | 6.73 | 9.98 | 6.57 | - |
| YUV | 80.47 | 119.27 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 99 | 65 | 0.49 | 0 | 0.34 | 0.61 | 138.37 | 0.33 | 0.29 |
| Hex | 32 | 63 | 41 | 31 | 0 | 22 | 3D | 8A | 21 | 1D |
| Octal | 62 | 143 | 101 | 61 | 0 | 42 | 75 | 212 | 41 | 35 |
| Binary | 110010 | 1100011 | 1000001 | 110001 | 0 | 100010 | 111101 | 10001010 | 100001 | 11101 |
Color Harmonies of #326341
Complementary color
Monochromatic Colors of #326341
Black with #326341
Text Example
Text Example
White with #326341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326341; }
p { color: rgb(50,99,65); }
H1.HeaderClassName
{
color: #326341;
}
.AnyTagClassName
{
color: #326341;
}
</style>
background-color css
<style>
a { background-color: #326341; }
a { background-color: rgb(50,99,65); }
div.DivClassName
{
background-color: #326341;
}
.BgClassName
{
background-color: #326341;
}
</style>
border-color css
<style>
span { border-color: #326341; }
span { border-color: rgb(50,99,65); }
td.TdClassName
{
border-color: #326341;
}
.TagClassName
{
border-color: #326341;
}
</style>