Shades of Hunter Green #346B44
Tints of Hunter Green #346B44
RGB
CMYK
RGB Variations
Color information
#346B44 (or 0x346B44) is known color: Hunter Green. HEX triplet: 34, 6B and 44. RGB value is (52,107,68). Sum of RGB (Red+Green+Blue) = 52+107+68=227 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.91% from 227); Green value is 107 (42.19% from 255 or 47.14% from 227); Blue value is 68 (26.95% from 255 or 29.96% from 227); Max value from RGB is 107 - color contains mainly: green. Hex color #346B44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346B44 is #CB94BB. Grayscale: #565656. Windows color (decimal): -13341884 or 4483892. OLE color: 4483892.
HSL color Cylindrical-coordinate representation of color #346B44: hue angle of 137.45º degrees, saturation: 0.35, 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 #346B44 is Cyan = 0.51, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 52 | 107 | 68 | - |
| CMYK | 0.51 | 0 | 0.36 | 0.58 |
| HSL | 137.45º | 0.35% | 0.31% | - |
| HSV(B) | 137.45º | 0.51% | 0.42% | - |
| XYZ | 7.72 | 11.66 | 7.31 | - |
| YUV | 86.11 | 117.78 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 107 | 68 | 0.51 | 0 | 0.36 | 0.58 | 137.45 | 0.35 | 0.31 |
| Hex | 34 | 6B | 44 | 33 | 0 | 24 | 3A | 89 | 23 | 1F |
| Octal | 64 | 153 | 104 | 63 | 0 | 44 | 72 | 211 | 43 | 37 |
| Binary | 110100 | 1101011 | 1000100 | 110011 | 0 | 100100 | 111010 | 10001001 | 100011 | 11111 |
Color Harmonies of #346B44
Complementary color
Monochromatic Colors of #346B44
Black with #346B44
Text Example
Text Example
White with #346B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346B44; }
p { color: rgb(52,107,68); }
H1.HeaderClassName
{
color: #346B44;
}
.AnyTagClassName
{
color: #346B44;
}
</style>
background-color css
<style>
a { background-color: #346B44; }
a { background-color: rgb(52,107,68); }
div.DivClassName
{
background-color: #346B44;
}
.BgClassName
{
background-color: #346B44;
}
</style>
border-color css
<style>
span { border-color: #346B44; }
span { border-color: rgb(52,107,68); }
td.TdClassName
{
border-color: #346B44;
}
.TagClassName
{
border-color: #346B44;
}
</style>