Shades of Hunter Green #346D43
Tints of Hunter Green #346D43
RGB
CMYK
RGB Variations
Color information
#346D43 (or 0x346D43) is known color: Hunter Green. HEX triplet: 34, 6D and 43. RGB value is (52,109,67). Sum of RGB (Red+Green+Blue) = 52+109+67=228 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.81% from 228); Green value is 109 (42.97% from 255 or 47.81% from 228); Blue value is 67 (26.56% from 255 or 29.39% from 228); Max value from RGB is 109 - color contains mainly: green. Hex color #346D43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346D43 is #CB92BC. Grayscale: #575757. Windows color (decimal): -13341373 or 4418868. OLE color: 4418868.
HSL color Cylindrical-coordinate representation of color #346D43: hue angle of 135.79º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #346D43 is Cyan = 0.52, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 52 | 109 | 67 | - |
| CMYK | 0.52 | 0 | 0.39 | 0.57 |
| HSL | 135.79º | 0.35% | 0.32% | - |
| HSV(B) | 135.79º | 0.52% | 0.43% | - |
| XYZ | 7.9 | 12.07 | 7.22 | - |
| YUV | 87.17 | 116.62 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 109 | 67 | 0.52 | 0 | 0.39 | 0.57 | 135.79 | 0.35 | 0.32 |
| Hex | 34 | 6D | 43 | 34 | 0 | 27 | 39 | 88 | 23 | 20 |
| Octal | 64 | 155 | 103 | 64 | 0 | 47 | 71 | 210 | 43 | 40 |
| Binary | 110100 | 1101101 | 1000011 | 110100 | 0 | 100111 | 111001 | 10001000 | 100011 | 100000 |
Color Harmonies of #346D43
Complementary color
Monochromatic Colors of #346D43
Black with #346D43
Text Example
Text Example
White with #346D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346D43; }
p { color: rgb(52,109,67); }
H1.HeaderClassName
{
color: #346D43;
}
.AnyTagClassName
{
color: #346D43;
}
</style>
background-color css
<style>
a { background-color: #346D43; }
a { background-color: rgb(52,109,67); }
div.DivClassName
{
background-color: #346D43;
}
.BgClassName
{
background-color: #346D43;
}
</style>
border-color css
<style>
span { border-color: #346D43; }
span { border-color: rgb(52,109,67); }
td.TdClassName
{
border-color: #346D43;
}
.TagClassName
{
border-color: #346D43;
}
</style>