Shades of Hunter Green #366140
Tints of Hunter Green #366140
RGB
CMYK
RGB Variations
Color information
#366140 (or 0x366140) is known color: Hunter Green. HEX triplet: 36, 61 and 40. RGB value is (54,97,64). Sum of RGB (Red+Green+Blue) = 54+97+64=215 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.12% from 215); Green value is 97 (38.28% from 255 or 45.12% from 215); Blue value is 64 (25.39% from 255 or 29.77% from 215); Max value from RGB is 97 - color contains mainly: green. Hex color #366140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366140 is #C99EBF. Grayscale: #505050. Windows color (decimal): -13213376 or 4219190. OLE color: 4219190.
HSL color Cylindrical-coordinate representation of color #366140: hue angle of 133.95º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #366140 is Cyan = 0.44, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 54 | 97 | 64 | - |
| CMYK | 0.44 | 0 | 0.34 | 0.62 |
| HSL | 133.95º | 0.28% | 0.3% | - |
| HSV(B) | 133.95º | 0.44% | 0.38% | - |
| XYZ | 6.72 | 9.7 | 6.37 | - |
| YUV | 80.38 | 118.75 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 97 | 64 | 0.44 | 0 | 0.34 | 0.62 | 133.95 | 0.28 | 0.3 |
| Hex | 36 | 61 | 40 | 2C | 0 | 22 | 3E | 86 | 1C | 1E |
| Octal | 66 | 141 | 100 | 54 | 0 | 42 | 76 | 206 | 34 | 36 |
| Binary | 110110 | 1100001 | 1000000 | 101100 | 0 | 100010 | 111110 | 10000110 | 11100 | 11110 |
Color Harmonies of #366140
Complementary color
Monochromatic Colors of #366140
Black with #366140
Text Example
Text Example
White with #366140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366140; }
p { color: rgb(54,97,64); }
H1.HeaderClassName
{
color: #366140;
}
.AnyTagClassName
{
color: #366140;
}
</style>
background-color css
<style>
a { background-color: #366140; }
a { background-color: rgb(54,97,64); }
div.DivClassName
{
background-color: #366140;
}
.BgClassName
{
background-color: #366140;
}
</style>
border-color css
<style>
span { border-color: #366140; }
span { border-color: rgb(54,97,64); }
td.TdClassName
{
border-color: #366140;
}
.TagClassName
{
border-color: #366140;
}
</style>