Shades of Hunter Green #34573B
Tints of Hunter Green #34573B
RGB
CMYK
RGB Variations
Color information
#34573B (or 0x34573B) is known color: Hunter Green. HEX triplet: 34, 57 and 3B. RGB value is (52,87,59). Sum of RGB (Red+Green+Blue) = 52+87+59=198 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.26% from 198); Green value is 87 (34.38% from 255 or 43.94% from 198); Blue value is 59 (23.44% from 255 or 29.80% from 198); Max value from RGB is 87 - color contains mainly: green. Hex color #34573B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34573B is #CBA8C4. Grayscale: #494949. Windows color (decimal): -13347013 or 3888948. OLE color: 3888948.
HSL color Cylindrical-coordinate representation of color #34573B: hue angle of 132º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #34573B is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 52 | 87 | 59 | - |
| CMYK | 0.40 | 0 | 0.32 | 0.66 |
| HSL | 132º | 0.25% | 0.27% | - |
| HSV(B) | 132º | 0.4% | 0.34% | - |
| XYZ | 5.61 | 7.86 | 5.36 | - |
| YUV | 73.34 | 119.9 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 87 | 59 | 0.40 | 0 | 0.32 | 0.66 | 132 | 0.25 | 0.27 |
| Hex | 34 | 57 | 3B | 28 | 0 | 20 | 42 | 84 | 19 | 1B |
| Octal | 64 | 127 | 73 | 50 | 0 | 40 | 102 | 204 | 31 | 33 |
| Binary | 110100 | 1010111 | 111011 | 101000 | 0 | 100000 | 1000010 | 10000100 | 11001 | 11011 |
Color Harmonies of #34573B
Complementary color
Monochromatic Colors of #34573B
Black with #34573B
Text Example
Text Example
White with #34573B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34573B; }
p { color: rgb(52,87,59); }
H1.HeaderClassName
{
color: #34573B;
}
.AnyTagClassName
{
color: #34573B;
}
</style>
background-color css
<style>
a { background-color: #34573B; }
a { background-color: rgb(52,87,59); }
div.DivClassName
{
background-color: #34573B;
}
.BgClassName
{
background-color: #34573B;
}
</style>
border-color css
<style>
span { border-color: #34573B; }
span { border-color: rgb(52,87,59); }
td.TdClassName
{
border-color: #34573B;
}
.TagClassName
{
border-color: #34573B;
}
</style>