Shades of Hunter Green #347143
Tints of Hunter Green #347143
RGB
CMYK
RGB Variations
Color information
#347143 (or 0x347143) is known color: Hunter Green. HEX triplet: 34, 71 and 43. RGB value is (52,113,67). Sum of RGB (Red+Green+Blue) = 52+113+67=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 113 (44.53% from 255 or 48.71% from 232); Blue value is 67 (26.56% from 255 or 28.88% from 232); Max value from RGB is 113 - color contains mainly: green. Hex color #347143 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347143 is #CB8EBC. Grayscale: #595959. Windows color (decimal): -13340349 or 4419892. OLE color: 4419892.
HSL color Cylindrical-coordinate representation of color #347143: hue angle of 134.75º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #347143 is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 113 | 67 | - |
| CMYK | 0.54 | 0 | 0.41 | 0.56 |
| HSL | 134.75º | 0.37% | 0.32% | - |
| HSV(B) | 134.75º | 0.54% | 0.44% | - |
| XYZ | 8.33 | 12.95 | 7.37 | - |
| YUV | 89.52 | 115.29 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 113 | 67 | 0.54 | 0 | 0.41 | 0.56 | 134.75 | 0.37 | 0.32 |
| Hex | 34 | 71 | 43 | 36 | 0 | 29 | 38 | 87 | 25 | 20 |
| Octal | 64 | 161 | 103 | 66 | 0 | 51 | 70 | 207 | 45 | 40 |
| Binary | 110100 | 1110001 | 1000011 | 110110 | 0 | 101001 | 111000 | 10000111 | 100101 | 100000 |
Color Harmonies of #347143
Complementary color
Monochromatic Colors of #347143
Black with #347143
Text Example
Text Example
White with #347143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347143; }
p { color: rgb(52,113,67); }
H1.HeaderClassName
{
color: #347143;
}
.AnyTagClassName
{
color: #347143;
}
</style>
background-color css
<style>
a { background-color: #347143; }
a { background-color: rgb(52,113,67); }
div.DivClassName
{
background-color: #347143;
}
.BgClassName
{
background-color: #347143;
}
</style>
border-color css
<style>
span { border-color: #347143; }
span { border-color: rgb(52,113,67); }
td.TdClassName
{
border-color: #347143;
}
.TagClassName
{
border-color: #347143;
}
</style>