Shades of Hunter Green #346A41
Tints of Hunter Green #346A41
RGB
CMYK
RGB Variations
Color information
#346A41 (or 0x346A41) is known color: Hunter Green. HEX triplet: 34, 6A and 41. RGB value is (52,106,65). Sum of RGB (Red+Green+Blue) = 52+106+65=223 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.32% from 223); Green value is 106 (41.80% from 255 or 47.53% from 223); Blue value is 65 (25.78% from 255 or 29.15% from 223); Max value from RGB is 106 - color contains mainly: green. Hex color #346A41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346A41 is #CB95BE. Grayscale: #555555. Windows color (decimal): -13342143 or 4287028. OLE color: 4287028.
HSL color Cylindrical-coordinate representation of color #346A41: hue angle of 134.44º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #346A41 is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 52 | 106 | 65 | - |
| CMYK | 0.51 | 0 | 0.39 | 0.58 |
| HSL | 134.44º | 0.34% | 0.31% | - |
| HSV(B) | 134.44º | 0.51% | 0.42% | - |
| XYZ | 7.52 | 11.42 | 6.81 | - |
| YUV | 85.18 | 116.61 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 106 | 65 | 0.51 | 0 | 0.39 | 0.58 | 134.44 | 0.34 | 0.31 |
| Hex | 34 | 6A | 41 | 33 | 0 | 27 | 3A | 86 | 22 | 1F |
| Octal | 64 | 152 | 101 | 63 | 0 | 47 | 72 | 206 | 42 | 37 |
| Binary | 110100 | 1101010 | 1000001 | 110011 | 0 | 100111 | 111010 | 10000110 | 100010 | 11111 |
Color Harmonies of #346A41
Complementary color
Monochromatic Colors of #346A41
Black with #346A41
Text Example
Text Example
White with #346A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346A41; }
p { color: rgb(52,106,65); }
H1.HeaderClassName
{
color: #346A41;
}
.AnyTagClassName
{
color: #346A41;
}
</style>
background-color css
<style>
a { background-color: #346A41; }
a { background-color: rgb(52,106,65); }
div.DivClassName
{
background-color: #346A41;
}
.BgClassName
{
background-color: #346A41;
}
</style>
border-color css
<style>
span { border-color: #346A41; }
span { border-color: rgb(52,106,65); }
td.TdClassName
{
border-color: #346A41;
}
.TagClassName
{
border-color: #346A41;
}
</style>