Shades of Hunter Green #345D3A
Tints of Hunter Green #345D3A
RGB
CMYK
RGB Variations
Color information
#345D3A (or 0x345D3A) is known color: Hunter Green. HEX triplet: 34, 5D and 3A. RGB value is (52,93,58). Sum of RGB (Red+Green+Blue) = 52+93+58=203 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.62% from 203); Green value is 93 (36.72% from 255 or 45.81% from 203); Blue value is 58 (23.05% from 255 or 28.57% from 203); Max value from RGB is 93 - color contains mainly: green. Hex color #345D3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345D3A is #CBA2C5. Grayscale: #4C4C4C. Windows color (decimal): -13345478 or 3824948. OLE color: 3824948.
HSL color Cylindrical-coordinate representation of color #345D3A: hue angle of 128.78º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #345D3A is Cyan = 0.44, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 93 | 58 | - |
| CMYK | 0.44 | 0 | 0.38 | 0.64 |
| HSL | 128.78º | 0.28% | 0.28% | - |
| HSV(B) | 128.78º | 0.44% | 0.36% | - |
| XYZ | 6.09 | 8.86 | 5.39 | - |
| YUV | 76.75 | 117.42 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 93 | 58 | 0.44 | 0 | 0.38 | 0.64 | 128.78 | 0.28 | 0.28 |
| Hex | 34 | 5D | 3A | 2C | 0 | 26 | 40 | 81 | 1C | 1C |
| Octal | 64 | 135 | 72 | 54 | 0 | 46 | 100 | 201 | 34 | 34 |
| Binary | 110100 | 1011101 | 111010 | 101100 | 0 | 100110 | 1000000 | 10000001 | 11100 | 11100 |
Color Harmonies of #345D3A
Complementary color
Monochromatic Colors of #345D3A
Black with #345D3A
Text Example
Text Example
White with #345D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345D3A; }
p { color: rgb(52,93,58); }
H1.HeaderClassName
{
color: #345D3A;
}
.AnyTagClassName
{
color: #345D3A;
}
</style>
background-color css
<style>
a { background-color: #345D3A; }
a { background-color: rgb(52,93,58); }
div.DivClassName
{
background-color: #345D3A;
}
.BgClassName
{
background-color: #345D3A;
}
</style>
border-color css
<style>
span { border-color: #345D3A; }
span { border-color: rgb(52,93,58); }
td.TdClassName
{
border-color: #345D3A;
}
.TagClassName
{
border-color: #345D3A;
}
</style>