Shades of Hunter Green #337041
Tints of Hunter Green #337041
RGB
CMYK
RGB Variations
Color information
#337041 (or 0x337041) is known color: Hunter Green. HEX triplet: 33, 70 and 41. RGB value is (51,112,65). Sum of RGB (Red+Green+Blue) = 51+112+65=228 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.37% from 228); Green value is 112 (44.14% from 255 or 49.12% from 228); Blue value is 65 (25.78% from 255 or 28.51% from 228); Max value from RGB is 112 - color contains mainly: green. Hex color #337041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337041 is #CC8FBE. Grayscale: #585858. Windows color (decimal): -13406143 or 4288563. OLE color: 4288563.
HSL color Cylindrical-coordinate representation of color #337041: hue angle of 133.77º 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 #337041 is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 112 | 65 | - |
| CMYK | 0.54 | 0 | 0.42 | 0.56 |
| HSL | 133.77º | 0.37% | 0.32% | - |
| HSV(B) | 133.77º | 0.54% | 0.44% | - |
| XYZ | 8.11 | 12.67 | 7.02 | - |
| YUV | 88.4 | 114.79 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 112 | 65 | 0.54 | 0 | 0.42 | 0.56 | 133.77 | 0.37 | 0.32 |
| Hex | 33 | 70 | 41 | 36 | 0 | 2A | 38 | 86 | 25 | 20 |
| Octal | 63 | 160 | 101 | 66 | 0 | 52 | 70 | 206 | 45 | 40 |
| Binary | 110011 | 1110000 | 1000001 | 110110 | 0 | 101010 | 111000 | 10000110 | 100101 | 100000 |
Color Harmonies of #337041
Complementary color
Monochromatic Colors of #337041
Black with #337041
Text Example
Text Example
White with #337041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337041; }
p { color: rgb(51,112,65); }
H1.HeaderClassName
{
color: #337041;
}
.AnyTagClassName
{
color: #337041;
}
</style>
background-color css
<style>
a { background-color: #337041; }
a { background-color: rgb(51,112,65); }
div.DivClassName
{
background-color: #337041;
}
.BgClassName
{
background-color: #337041;
}
</style>
border-color css
<style>
span { border-color: #337041; }
span { border-color: rgb(51,112,65); }
td.TdClassName
{
border-color: #337041;
}
.TagClassName
{
border-color: #337041;
}
</style>