Shades of Hunter Green #34623A
Tints of Hunter Green #34623A
RGB
CMYK
RGB Variations
Color information
#34623A (or 0x34623A) is known color: Hunter Green. HEX triplet: 34, 62 and 3A. RGB value is (52,98,58). Sum of RGB (Red+Green+Blue) = 52+98+58=208 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25% from 208); Green value is 98 (38.67% from 255 or 47.12% from 208); Blue value is 58 (23.05% from 255 or 27.88% from 208); Max value from RGB is 98 - color contains mainly: green. Hex color #34623A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34623A is #CB9DC5. Grayscale: #4F4F4F. Windows color (decimal): -13344198 or 3826228. OLE color: 3826228.
HSL color Cylindrical-coordinate representation of color #34623A: hue angle of 127.83º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #34623A is Cyan = 0.47, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 52 | 98 | 58 | - |
| CMYK | 0.47 | 0 | 0.41 | 0.62 |
| HSL | 127.83º | 0.31% | 0.29% | - |
| HSV(B) | 127.83º | 0.47% | 0.38% | - |
| XYZ | 6.55 | 9.77 | 5.54 | - |
| YUV | 79.69 | 115.76 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 98 | 58 | 0.47 | 0 | 0.41 | 0.62 | 127.83 | 0.31 | 0.29 |
| Hex | 34 | 62 | 3A | 2F | 0 | 29 | 3E | 80 | 1F | 1D |
| Octal | 64 | 142 | 72 | 57 | 0 | 51 | 76 | 200 | 37 | 35 |
| Binary | 110100 | 1100010 | 111010 | 101111 | 0 | 101001 | 111110 | 10000000 | 11111 | 11101 |
Color Harmonies of #34623A
Complementary color
Monochromatic Colors of #34623A
Black with #34623A
Text Example
Text Example
White with #34623A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34623A; }
p { color: rgb(52,98,58); }
H1.HeaderClassName
{
color: #34623A;
}
.AnyTagClassName
{
color: #34623A;
}
</style>
background-color css
<style>
a { background-color: #34623A; }
a { background-color: rgb(52,98,58); }
div.DivClassName
{
background-color: #34623A;
}
.BgClassName
{
background-color: #34623A;
}
</style>
border-color css
<style>
span { border-color: #34623A; }
span { border-color: rgb(52,98,58); }
td.TdClassName
{
border-color: #34623A;
}
.TagClassName
{
border-color: #34623A;
}
</style>