Shades of Hunter Green #346D41
Tints of Hunter Green #346D41
RGB
CMYK
RGB Variations
Color information
#346D41 (or 0x346D41) is known color: Hunter Green. HEX triplet: 34, 6D and 41. RGB value is (52,109,65). Sum of RGB (Red+Green+Blue) = 52+109+65=226 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.01% from 226); Green value is 109 (42.97% from 255 or 48.23% from 226); Blue value is 65 (25.78% from 255 or 28.76% from 226); Max value from RGB is 109 - color contains mainly: green. Hex color #346D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346D41 is #CB92BE. Grayscale: #575757. Windows color (decimal): -13341375 or 4287796. OLE color: 4287796.
HSL color Cylindrical-coordinate representation of color #346D41: hue angle of 133.68º 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 #346D41 is Cyan = 0.52, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 52 | 109 | 65 | - |
| CMYK | 0.52 | 0 | 0.40 | 0.57 |
| HSL | 133.68º | 0.35% | 0.32% | - |
| HSV(B) | 133.68º | 0.52% | 0.43% | - |
| XYZ | 7.84 | 12.05 | 6.91 | - |
| YUV | 86.94 | 115.62 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 109 | 65 | 0.52 | 0 | 0.40 | 0.57 | 133.68 | 0.35 | 0.32 |
| Hex | 34 | 6D | 41 | 34 | 0 | 28 | 39 | 86 | 23 | 20 |
| Octal | 64 | 155 | 101 | 64 | 0 | 50 | 71 | 206 | 43 | 40 |
| Binary | 110100 | 1101101 | 1000001 | 110100 | 0 | 101000 | 111001 | 10000110 | 100011 | 100000 |
Color Harmonies of #346D41
Complementary color
Monochromatic Colors of #346D41
Black with #346D41
Text Example
Text Example
White with #346D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346D41; }
p { color: rgb(52,109,65); }
H1.HeaderClassName
{
color: #346D41;
}
.AnyTagClassName
{
color: #346D41;
}
</style>
background-color css
<style>
a { background-color: #346D41; }
a { background-color: rgb(52,109,65); }
div.DivClassName
{
background-color: #346D41;
}
.BgClassName
{
background-color: #346D41;
}
</style>
border-color css
<style>
span { border-color: #346D41; }
span { border-color: rgb(52,109,65); }
td.TdClassName
{
border-color: #346D41;
}
.TagClassName
{
border-color: #346D41;
}
</style>