Shades of Hunter Green #357343
Tints of Hunter Green #357343
RGB
CMYK
RGB Variations
Color information
#357343 (or 0x357343) is known color: Hunter Green. HEX triplet: 35, 73 and 43. RGB value is (53,115,67). Sum of RGB (Red+Green+Blue) = 53+115+67=235 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.55% from 235); Green value is 115 (45.31% from 255 or 48.94% from 235); Blue value is 67 (26.56% from 255 or 28.51% from 235); Max value from RGB is 115 - color contains mainly: green. Hex color #357343 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357343 is #CA8CBC. Grayscale: #5B5B5B. Windows color (decimal): -13274301 or 4420405. OLE color: 4420405.
HSL color Cylindrical-coordinate representation of color #357343: hue angle of 133.55º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #357343 is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 115 | 67 | - |
| CMYK | 0.54 | 0 | 0.42 | 0.55 |
| HSL | 133.55º | 0.37% | 0.33% | - |
| HSV(B) | 133.55º | 0.54% | 0.45% | - |
| XYZ | 8.61 | 13.42 | 7.45 | - |
| YUV | 90.99 | 114.46 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 115 | 67 | 0.54 | 0 | 0.42 | 0.55 | 133.55 | 0.37 | 0.33 |
| Hex | 35 | 73 | 43 | 36 | 0 | 2A | 37 | 86 | 25 | 21 |
| Octal | 65 | 163 | 103 | 66 | 0 | 52 | 67 | 206 | 45 | 41 |
| Binary | 110101 | 1110011 | 1000011 | 110110 | 0 | 101010 | 110111 | 10000110 | 100101 | 100001 |
Color Harmonies of #357343
Complementary color
Monochromatic Colors of #357343
Black with #357343
Text Example
Text Example
White with #357343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357343; }
p { color: rgb(53,115,67); }
H1.HeaderClassName
{
color: #357343;
}
.AnyTagClassName
{
color: #357343;
}
</style>
background-color css
<style>
a { background-color: #357343; }
a { background-color: rgb(53,115,67); }
div.DivClassName
{
background-color: #357343;
}
.BgClassName
{
background-color: #357343;
}
</style>
border-color css
<style>
span { border-color: #357343; }
span { border-color: rgb(53,115,67); }
td.TdClassName
{
border-color: #357343;
}
.TagClassName
{
border-color: #357343;
}
</style>