Shades of Hunter Green #326A43
Tints of Hunter Green #326A43
RGB
CMYK
RGB Variations
Color information
#326A43 (or 0x326A43) is known color: Hunter Green. HEX triplet: 32, 6A and 43. RGB value is (50,106,67). Sum of RGB (Red+Green+Blue) = 50+106+67=223 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.42% from 223); Green value is 106 (41.80% from 255 or 47.53% from 223); Blue value is 67 (26.56% from 255 or 30.04% from 223); Max value from RGB is 106 - color contains mainly: green. Hex color #326A43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326A43 is #CD95BC. Grayscale: #545454. Windows color (decimal): -13473213 or 4418098. OLE color: 4418098.
HSL color Cylindrical-coordinate representation of color #326A43: hue angle of 138.21º 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 #326A43 is Cyan = 0.53, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 106 | 67 | - |
| CMYK | 0.53 | 0 | 0.37 | 0.58 |
| HSL | 138.21º | 0.36% | 0.31% | - |
| HSV(B) | 138.21º | 0.53% | 0.42% | - |
| XYZ | 7.48 | 11.39 | 7.11 | - |
| YUV | 84.81 | 117.95 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 106 | 67 | 0.53 | 0 | 0.37 | 0.58 | 138.21 | 0.36 | 0.31 |
| Hex | 32 | 6A | 43 | 35 | 0 | 25 | 3A | 8A | 24 | 1F |
| Octal | 62 | 152 | 103 | 65 | 0 | 45 | 72 | 212 | 44 | 37 |
| Binary | 110010 | 1101010 | 1000011 | 110101 | 0 | 100101 | 111010 | 10001010 | 100100 | 11111 |
Color Harmonies of #326A43
Complementary color
Monochromatic Colors of #326A43
Black with #326A43
Text Example
Text Example
White with #326A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326A43; }
p { color: rgb(50,106,67); }
H1.HeaderClassName
{
color: #326A43;
}
.AnyTagClassName
{
color: #326A43;
}
</style>
background-color css
<style>
a { background-color: #326A43; }
a { background-color: rgb(50,106,67); }
div.DivClassName
{
background-color: #326A43;
}
.BgClassName
{
background-color: #326A43;
}
</style>
border-color css
<style>
span { border-color: #326A43; }
span { border-color: rgb(50,106,67); }
td.TdClassName
{
border-color: #326A43;
}
.TagClassName
{
border-color: #326A43;
}
</style>