Shades of Hunter Green #337141
Tints of Hunter Green #337141
RGB
CMYK
RGB Variations
Color information
#337141 (or 0x337141) is known color: Hunter Green. HEX triplet: 33, 71 and 41. RGB value is (51,113,65). Sum of RGB (Red+Green+Blue) = 51+113+65=229 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.27% from 229); Green value is 113 (44.53% from 255 or 49.34% from 229); Blue value is 65 (25.78% from 255 or 28.38% from 229); Max value from RGB is 113 - color contains mainly: green. Hex color #337141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337141 is #CC8EBE. Grayscale: #595959. Windows color (decimal): -13405887 or 4288819. OLE color: 4288819.
HSL color Cylindrical-coordinate representation of color #337141: hue angle of 133.55º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #337141 is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 113 | 65 | - |
| CMYK | 0.55 | 0 | 0.42 | 0.56 |
| HSL | 133.55º | 0.38% | 0.32% | - |
| HSV(B) | 133.55º | 0.55% | 0.44% | - |
| XYZ | 8.22 | 12.9 | 7.06 | - |
| YUV | 88.99 | 114.46 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 113 | 65 | 0.55 | 0 | 0.42 | 0.56 | 133.55 | 0.38 | 0.32 |
| Hex | 33 | 71 | 41 | 37 | 0 | 2A | 38 | 86 | 26 | 20 |
| Octal | 63 | 161 | 101 | 67 | 0 | 52 | 70 | 206 | 46 | 40 |
| Binary | 110011 | 1110001 | 1000001 | 110111 | 0 | 101010 | 111000 | 10000110 | 100110 | 100000 |
Color Harmonies of #337141
Complementary color
Monochromatic Colors of #337141
Black with #337141
Text Example
Text Example
White with #337141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337141; }
p { color: rgb(51,113,65); }
H1.HeaderClassName
{
color: #337141;
}
.AnyTagClassName
{
color: #337141;
}
</style>
background-color css
<style>
a { background-color: #337141; }
a { background-color: rgb(51,113,65); }
div.DivClassName
{
background-color: #337141;
}
.BgClassName
{
background-color: #337141;
}
</style>
border-color css
<style>
span { border-color: #337141; }
span { border-color: rgb(51,113,65); }
td.TdClassName
{
border-color: #337141;
}
.TagClassName
{
border-color: #337141;
}
</style>