Shades of Hunter Green #34593B
Tints of Hunter Green #34593B
RGB
CMYK
RGB Variations
Color information
#34593B (or 0x34593B) is known color: Hunter Green. HEX triplet: 34, 59 and 3B. RGB value is (52,89,59). Sum of RGB (Red+Green+Blue) = 52+89+59=200 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26% from 200); Green value is 89 (35.16% from 255 or 44.5% from 200); Blue value is 59 (23.44% from 255 or 29.5% from 200); Max value from RGB is 89 - color contains mainly: green. Hex color #34593B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34593B is #CBA6C4. Grayscale: #4A4A4A. Windows color (decimal): -13346501 or 3889460. OLE color: 3889460.
HSL color Cylindrical-coordinate representation of color #34593B: hue angle of 131.35º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #34593B is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 52 | 89 | 59 | - |
| CMYK | 0.42 | 0 | 0.34 | 0.65 |
| HSL | 131.35º | 0.26% | 0.28% | - |
| HSV(B) | 131.35º | 0.42% | 0.35% | - |
| XYZ | 5.78 | 8.19 | 5.41 | - |
| YUV | 74.52 | 119.24 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 89 | 59 | 0.42 | 0 | 0.34 | 0.65 | 131.35 | 0.26 | 0.28 |
| Hex | 34 | 59 | 3B | 2A | 0 | 22 | 41 | 83 | 1A | 1C |
| Octal | 64 | 131 | 73 | 52 | 0 | 42 | 101 | 203 | 32 | 34 |
| Binary | 110100 | 1011001 | 111011 | 101010 | 0 | 100010 | 1000001 | 10000011 | 11010 | 11100 |
Color Harmonies of #34593B
Complementary color
Monochromatic Colors of #34593B
Black with #34593B
Text Example
Text Example
White with #34593B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34593B; }
p { color: rgb(52,89,59); }
H1.HeaderClassName
{
color: #34593B;
}
.AnyTagClassName
{
color: #34593B;
}
</style>
background-color css
<style>
a { background-color: #34593B; }
a { background-color: rgb(52,89,59); }
div.DivClassName
{
background-color: #34593B;
}
.BgClassName
{
background-color: #34593B;
}
</style>
border-color css
<style>
span { border-color: #34593B; }
span { border-color: rgb(52,89,59); }
td.TdClassName
{
border-color: #34593B;
}
.TagClassName
{
border-color: #34593B;
}
</style>