Shades of Hunter Green #34603E
Tints of Hunter Green #34603E
RGB
CMYK
RGB Variations
Color information
#34603E (or 0x34603E) is known color: Hunter Green. HEX triplet: 34, 60 and 3E. RGB value is (52,96,62). Sum of RGB (Red+Green+Blue) = 52+96+62=210 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.76% from 210); Green value is 96 (37.89% from 255 or 45.71% from 210); Blue value is 62 (24.61% from 255 or 29.52% from 210); Max value from RGB is 96 - color contains mainly: green. Hex color #34603E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34603E is #CB9FC1. Grayscale: #4F4F4F. Windows color (decimal): -13344706 or 4087860. OLE color: 4087860.
HSL color Cylindrical-coordinate representation of color #34603E: hue angle of 133.64º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #34603E is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 52 | 96 | 62 | - |
| CMYK | 0.46 | 0 | 0.35 | 0.62 |
| HSL | 133.64º | 0.3% | 0.29% | - |
| HSV(B) | 133.64º | 0.46% | 0.38% | - |
| XYZ | 6.47 | 9.44 | 6.04 | - |
| YUV | 78.97 | 118.42 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 96 | 62 | 0.46 | 0 | 0.35 | 0.62 | 133.64 | 0.3 | 0.29 |
| Hex | 34 | 60 | 3E | 2E | 0 | 23 | 3E | 86 | 1E | 1D |
| Octal | 64 | 140 | 76 | 56 | 0 | 43 | 76 | 206 | 36 | 35 |
| Binary | 110100 | 1100000 | 111110 | 101110 | 0 | 100011 | 111110 | 10000110 | 11110 | 11101 |
Color Harmonies of #34603E
Complementary color
Monochromatic Colors of #34603E
Black with #34603E
Text Example
Text Example
White with #34603E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34603E; }
p { color: rgb(52,96,62); }
H1.HeaderClassName
{
color: #34603E;
}
.AnyTagClassName
{
color: #34603E;
}
</style>
background-color css
<style>
a { background-color: #34603E; }
a { background-color: rgb(52,96,62); }
div.DivClassName
{
background-color: #34603E;
}
.BgClassName
{
background-color: #34603E;
}
</style>
border-color css
<style>
span { border-color: #34603E; }
span { border-color: rgb(52,96,62); }
td.TdClassName
{
border-color: #34603E;
}
.TagClassName
{
border-color: #34603E;
}
</style>