Shades of Hunter Green #345F3A
Tints of Hunter Green #345F3A
RGB
CMYK
RGB Variations
Color information
#345F3A (or 0x345F3A) is known color: Hunter Green. HEX triplet: 34, 5F and 3A. RGB value is (52,95,58). Sum of RGB (Red+Green+Blue) = 52+95+58=205 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.37% from 205); Green value is 95 (37.5% from 255 or 46.34% from 205); Blue value is 58 (23.05% from 255 or 28.29% from 205); Max value from RGB is 95 - color contains mainly: green. Hex color #345F3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345F3A is #CBA0C5. Grayscale: #4E4E4E. Windows color (decimal): -13344966 or 3825460. OLE color: 3825460.
HSL color Cylindrical-coordinate representation of color #345F3A: hue angle of 128.37º 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 #345F3A is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 52 | 95 | 58 | - |
| CMYK | 0.45 | 0 | 0.39 | 0.63 |
| HSL | 128.37º | 0.29% | 0.29% | - |
| HSV(B) | 128.37º | 0.45% | 0.37% | - |
| XYZ | 6.27 | 9.22 | 5.45 | - |
| YUV | 77.93 | 116.75 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 95 | 58 | 0.45 | 0 | 0.39 | 0.63 | 128.37 | 0.29 | 0.29 |
| Hex | 34 | 5F | 3A | 2D | 0 | 27 | 3F | 80 | 1D | 1D |
| Octal | 64 | 137 | 72 | 55 | 0 | 47 | 77 | 200 | 35 | 35 |
| Binary | 110100 | 1011111 | 111010 | 101101 | 0 | 100111 | 111111 | 10000000 | 11101 | 11101 |
Color Harmonies of #345F3A
Complementary color
Monochromatic Colors of #345F3A
Black with #345F3A
Text Example
Text Example
White with #345F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345F3A; }
p { color: rgb(52,95,58); }
H1.HeaderClassName
{
color: #345F3A;
}
.AnyTagClassName
{
color: #345F3A;
}
</style>
background-color css
<style>
a { background-color: #345F3A; }
a { background-color: rgb(52,95,58); }
div.DivClassName
{
background-color: #345F3A;
}
.BgClassName
{
background-color: #345F3A;
}
</style>
border-color css
<style>
span { border-color: #345F3A; }
span { border-color: rgb(52,95,58); }
td.TdClassName
{
border-color: #345F3A;
}
.TagClassName
{
border-color: #345F3A;
}
</style>