Shades of Hunter Green #366946
Tints of Hunter Green #366946
RGB
CMYK
RGB Variations
Color information
#366946 (or 0x366946) is known color: Hunter Green. HEX triplet: 36, 69 and 46. RGB value is (54,105,70). Sum of RGB (Red+Green+Blue) = 54+105+70=229 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.58% from 229); Green value is 105 (41.41% from 255 or 45.85% from 229); Blue value is 70 (27.73% from 255 or 30.57% from 229); Max value from RGB is 105 - color contains mainly: green. Hex color #366946 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366946 is #C996B9. Grayscale: #555555. Windows color (decimal): -13211322 or 4614454. OLE color: 4614454.
HSL color Cylindrical-coordinate representation of color #366946: hue angle of 138.82º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #366946 is Cyan = 0.49, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.59.
Color convert
RGB | 54 | 105 | 70 | - |
CMYK | 0.49 | 0 | 0.33 | 0.59 |
HSL | 138.82º | 0.32% | 0.31% | - |
HSV(B) | 138.82º | 0.49% | 0.41% | - |
XYZ | 7.68 | 11.33 | 7.58 | - |
YUV | 85.76 | 119.1 | 105.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 54 | 105 | 70 | 0.49 | 0 | 0.33 | 0.59 | 138.82 | 0.32 | 0.31 |
Hex | 36 | 69 | 46 | 31 | 0 | 21 | 3B | 8B | 20 | 1F |
Octal | 66 | 151 | 106 | 61 | 0 | 41 | 73 | 213 | 40 | 37 |
Binary | 110110 | 1101001 | 1000110 | 110001 | 0 | 100001 | 111011 | 10001011 | 100000 | 11111 |
Color Harmonies of #366946
Complementary color
Monochromatic Colors of #366946
Black with #366946
Text Example
Text Example
White with #366946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366946; }
p { color: rgb(54,105,70); }
H1.HeaderClassName
{
color: #366946;
}
.AnyTagClassName
{
color: #366946;
}
</style>
background-color css
<style>
a { background-color: #366946; }
a { background-color: rgb(54,105,70); }
div.DivClassName
{
background-color: #366946;
}
.BgClassName
{
background-color: #366946;
}
</style>
border-color css
<style>
span { border-color: #366946; }
span { border-color: rgb(54,105,70); }
td.TdClassName
{
border-color: #366946;
}
.TagClassName
{
border-color: #366946;
}
</style>