Shades of Hunter Green #366243
Tints of Hunter Green #366243
RGB
CMYK
RGB Variations
Color information
#366243 (or 0x366243) is known color: Hunter Green. HEX triplet: 36, 62 and 43. RGB value is (54,98,67). Sum of RGB (Red+Green+Blue) = 54+98+67=219 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.66% from 219); Green value is 98 (38.67% from 255 or 44.75% from 219); Blue value is 67 (26.56% from 255 or 30.59% from 219); Max value from RGB is 98 - color contains mainly: green. Hex color #366243 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366243 is #C99DBC. Grayscale: #515151. Windows color (decimal): -13213117 or 4416054. OLE color: 4416054.
HSL color Cylindrical-coordinate representation of color #366243: hue angle of 137.73º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #366243 is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 54 | 98 | 67 | - |
| CMYK | 0.45 | 0 | 0.32 | 0.62 |
| HSL | 137.73º | 0.29% | 0.3% | - |
| HSV(B) | 137.73º | 0.45% | 0.38% | - |
| XYZ | 6.9 | 9.92 | 6.86 | - |
| YUV | 81.31 | 119.92 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 98 | 67 | 0.45 | 0 | 0.32 | 0.62 | 137.73 | 0.29 | 0.3 |
| Hex | 36 | 62 | 43 | 2D | 0 | 20 | 3E | 8A | 1D | 1E |
| Octal | 66 | 142 | 103 | 55 | 0 | 40 | 76 | 212 | 35 | 36 |
| Binary | 110110 | 1100010 | 1000011 | 101101 | 0 | 100000 | 111110 | 10001010 | 11101 | 11110 |
Color Harmonies of #366243
Complementary color
Monochromatic Colors of #366243
Black with #366243
Text Example
Text Example
White with #366243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366243; }
p { color: rgb(54,98,67); }
H1.HeaderClassName
{
color: #366243;
}
.AnyTagClassName
{
color: #366243;
}
</style>
background-color css
<style>
a { background-color: #366243; }
a { background-color: rgb(54,98,67); }
div.DivClassName
{
background-color: #366243;
}
.BgClassName
{
background-color: #366243;
}
</style>
border-color css
<style>
span { border-color: #366243; }
span { border-color: rgb(54,98,67); }
td.TdClassName
{
border-color: #366243;
}
.TagClassName
{
border-color: #366243;
}
</style>