Shades of Hunter Green #345F40
Tints of Hunter Green #345F40
RGB
CMYK
RGB Variations
Color information
#345F40 (or 0x345F40) is known color: Hunter Green. HEX triplet: 34, 5F and 40. RGB value is (52,95,64). Sum of RGB (Red+Green+Blue) = 52+95+64=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 95 (37.5% from 255 or 45.02% from 211); Blue value is 64 (25.39% from 255 or 30.33% from 211); Max value from RGB is 95 - color contains mainly: green. Hex color #345F40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345F40 is #CBA0BF. Grayscale: #4E4E4E. Windows color (decimal): -13344960 or 4218676. OLE color: 4218676.
HSL color Cylindrical-coordinate representation of color #345F40: hue angle of 136.74º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #345F40 is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 52 | 95 | 64 | - |
| CMYK | 0.45 | 0 | 0.33 | 0.63 |
| HSL | 136.74º | 0.29% | 0.29% | - |
| HSV(B) | 136.74º | 0.45% | 0.37% | - |
| XYZ | 6.43 | 9.28 | 6.3 | - |
| YUV | 78.61 | 119.75 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 95 | 64 | 0.45 | 0 | 0.33 | 0.63 | 136.74 | 0.29 | 0.29 |
| Hex | 34 | 5F | 40 | 2D | 0 | 21 | 3F | 89 | 1D | 1D |
| Octal | 64 | 137 | 100 | 55 | 0 | 41 | 77 | 211 | 35 | 35 |
| Binary | 110100 | 1011111 | 1000000 | 101101 | 0 | 100001 | 111111 | 10001001 | 11101 | 11101 |
Color Harmonies of #345F40
Complementary color
Monochromatic Colors of #345F40
Black with #345F40
Text Example
Text Example
White with #345F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345F40; }
p { color: rgb(52,95,64); }
H1.HeaderClassName
{
color: #345F40;
}
.AnyTagClassName
{
color: #345F40;
}
</style>
background-color css
<style>
a { background-color: #345F40; }
a { background-color: rgb(52,95,64); }
div.DivClassName
{
background-color: #345F40;
}
.BgClassName
{
background-color: #345F40;
}
</style>
border-color css
<style>
span { border-color: #345F40; }
span { border-color: rgb(52,95,64); }
td.TdClassName
{
border-color: #345F40;
}
.TagClassName
{
border-color: #345F40;
}
</style>