Shades of Hunter Green #357141
Tints of Hunter Green #357141
RGB
CMYK
RGB Variations
Color information
#357141 (or 0x357141) is known color: Hunter Green. HEX triplet: 35, 71 and 41. RGB value is (53,113,65). Sum of RGB (Red+Green+Blue) = 53+113+65=231 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.94% from 231); Green value is 113 (44.53% from 255 or 48.92% from 231); Blue value is 65 (25.78% from 255 or 28.14% from 231); Max value from RGB is 113 - color contains mainly: green. Hex color #357141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357141 is #CA8EBE. Grayscale: #595959. Windows color (decimal): -13274815 or 4288821. OLE color: 4288821.
HSL color Cylindrical-coordinate representation of color #357141: hue angle of 132º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #357141 is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 113 | 65 | - |
| CMYK | 0.53 | 0 | 0.42 | 0.56 |
| HSL | 132º | 0.36% | 0.33% | - |
| HSV(B) | 132º | 0.53% | 0.44% | - |
| XYZ | 8.33 | 12.95 | 7.06 | - |
| YUV | 89.59 | 114.12 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 113 | 65 | 0.53 | 0 | 0.42 | 0.56 | 132 | 0.36 | 0.33 |
| Hex | 35 | 71 | 41 | 35 | 0 | 2A | 38 | 84 | 24 | 21 |
| Octal | 65 | 161 | 101 | 65 | 0 | 52 | 70 | 204 | 44 | 41 |
| Binary | 110101 | 1110001 | 1000001 | 110101 | 0 | 101010 | 111000 | 10000100 | 100100 | 100001 |
Color Harmonies of #357141
Complementary color
Monochromatic Colors of #357141
Black with #357141
Text Example
Text Example
White with #357141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357141; }
p { color: rgb(53,113,65); }
H1.HeaderClassName
{
color: #357141;
}
.AnyTagClassName
{
color: #357141;
}
</style>
background-color css
<style>
a { background-color: #357141; }
a { background-color: rgb(53,113,65); }
div.DivClassName
{
background-color: #357141;
}
.BgClassName
{
background-color: #357141;
}
</style>
border-color css
<style>
span { border-color: #357141; }
span { border-color: rgb(53,113,65); }
td.TdClassName
{
border-color: #357141;
}
.TagClassName
{
border-color: #357141;
}
</style>