Shades of Hunter Green #34693F
Tints of Hunter Green #34693F
RGB
CMYK
RGB Variations
Color information
#34693F (or 0x34693F) is known color: Hunter Green. HEX triplet: 34, 69 and 3F. RGB value is (52,105,63). Sum of RGB (Red+Green+Blue) = 52+105+63=220 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.64% from 220); Green value is 105 (41.41% from 255 or 47.73% from 220); Blue value is 63 (25% from 255 or 28.64% from 220); Max value from RGB is 105 - color contains mainly: green. Hex color #34693F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34693F is #CB96C0. Grayscale: #545454. Windows color (decimal): -13342401 or 4155700. OLE color: 4155700.
HSL color Cylindrical-coordinate representation of color #34693F: hue angle of 132.45º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #34693F is Cyan = 0.50, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 52 | 105 | 63 | - |
| CMYK | 0.50 | 0 | 0.4 | 0.59 |
| HSL | 132.45º | 0.34% | 0.31% | - |
| HSV(B) | 132.45º | 0.5% | 0.41% | - |
| XYZ | 7.36 | 11.19 | 6.47 | - |
| YUV | 84.37 | 115.94 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 105 | 63 | 0.50 | 0 | 0.4 | 0.59 | 132.45 | 0.34 | 0.31 |
| Hex | 34 | 69 | 3F | 32 | 0 | 28 | 3B | 84 | 22 | 1F |
| Octal | 64 | 151 | 77 | 62 | 0 | 50 | 73 | 204 | 42 | 37 |
| Binary | 110100 | 1101001 | 111111 | 110010 | 0 | 101000 | 111011 | 10000100 | 100010 | 11111 |
Color Harmonies of #34693F
Complementary color
Monochromatic Colors of #34693F
Black with #34693F
Text Example
Text Example
White with #34693F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34693F; }
p { color: rgb(52,105,63); }
H1.HeaderClassName
{
color: #34693F;
}
.AnyTagClassName
{
color: #34693F;
}
</style>
background-color css
<style>
a { background-color: #34693F; }
a { background-color: rgb(52,105,63); }
div.DivClassName
{
background-color: #34693F;
}
.BgClassName
{
background-color: #34693F;
}
</style>
border-color css
<style>
span { border-color: #34693F; }
span { border-color: rgb(52,105,63); }
td.TdClassName
{
border-color: #34693F;
}
.TagClassName
{
border-color: #34693F;
}
</style>