Shades of Hunter Green #345F3C
Tints of Hunter Green #345F3C
RGB
CMYK
RGB Variations
Color information
#345F3C (or 0x345F3C) is known color: Hunter Green. HEX triplet: 34, 5F and 3C. RGB value is (52,95,60). Sum of RGB (Red+Green+Blue) = 52+95+60=207 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.12% from 207); Green value is 95 (37.5% from 255 or 45.89% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 95 - color contains mainly: green. Hex color #345F3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345F3C is #CBA0C3. Grayscale: #4E4E4E. Windows color (decimal): -13344964 or 3956532. OLE color: 3956532.
HSL color Cylindrical-coordinate representation of color #345F3C: hue angle of 131.16º 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 #345F3C is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 52 | 95 | 60 | - |
| CMYK | 0.45 | 0 | 0.37 | 0.63 |
| HSL | 131.16º | 0.29% | 0.29% | - |
| HSV(B) | 131.16º | 0.45% | 0.37% | - |
| XYZ | 6.32 | 9.24 | 5.73 | - |
| YUV | 78.15 | 117.75 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 95 | 60 | 0.45 | 0 | 0.37 | 0.63 | 131.16 | 0.29 | 0.29 |
| Hex | 34 | 5F | 3C | 2D | 0 | 25 | 3F | 83 | 1D | 1D |
| Octal | 64 | 137 | 74 | 55 | 0 | 45 | 77 | 203 | 35 | 35 |
| Binary | 110100 | 1011111 | 111100 | 101101 | 0 | 100101 | 111111 | 10000011 | 11101 | 11101 |
Color Harmonies of #345F3C
Complementary color
Monochromatic Colors of #345F3C
Black with #345F3C
Text Example
Text Example
White with #345F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345F3C; }
p { color: rgb(52,95,60); }
H1.HeaderClassName
{
color: #345F3C;
}
.AnyTagClassName
{
color: #345F3C;
}
</style>
background-color css
<style>
a { background-color: #345F3C; }
a { background-color: rgb(52,95,60); }
div.DivClassName
{
background-color: #345F3C;
}
.BgClassName
{
background-color: #345F3C;
}
</style>
border-color css
<style>
span { border-color: #345F3C; }
span { border-color: rgb(52,95,60); }
td.TdClassName
{
border-color: #345F3C;
}
.TagClassName
{
border-color: #345F3C;
}
</style>