Shades of Hunter Green #366544
Tints of Hunter Green #366544
RGB
CMYK
RGB Variations
Color information
#366544 (or 0x366544) is known color: Hunter Green. HEX triplet: 36, 65 and 44. RGB value is (54,101,68). Sum of RGB (Red+Green+Blue) = 54+101+68=223 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.22% from 223); Green value is 101 (39.84% from 255 or 45.29% from 223); Blue value is 68 (26.95% from 255 or 30.49% from 223); Max value from RGB is 101 - color contains mainly: green. Hex color #366544 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366544 is #C99ABB. Grayscale: #535353. Windows color (decimal): -13212348 or 4482358. OLE color: 4482358.
HSL color Cylindrical-coordinate representation of color #366544: hue angle of 137.87º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #366544 is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 54 | 101 | 68 | - |
| CMYK | 0.47 | 0 | 0.33 | 0.60 |
| HSL | 137.87º | 0.3% | 0.3% | - |
| HSV(B) | 137.87º | 0.47% | 0.4% | - |
| XYZ | 7.22 | 10.51 | 7.12 | - |
| YUV | 83.19 | 119.43 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 101 | 68 | 0.47 | 0 | 0.33 | 0.60 | 137.87 | 0.3 | 0.3 |
| Hex | 36 | 65 | 44 | 2F | 0 | 21 | 3C | 8A | 1E | 1E |
| Octal | 66 | 145 | 104 | 57 | 0 | 41 | 74 | 212 | 36 | 36 |
| Binary | 110110 | 1100101 | 1000100 | 101111 | 0 | 100001 | 111100 | 10001010 | 11110 | 11110 |
Color Harmonies of #366544
Complementary color
Monochromatic Colors of #366544
Black with #366544
Text Example
Text Example
White with #366544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366544; }
p { color: rgb(54,101,68); }
H1.HeaderClassName
{
color: #366544;
}
.AnyTagClassName
{
color: #366544;
}
</style>
background-color css
<style>
a { background-color: #366544; }
a { background-color: rgb(54,101,68); }
div.DivClassName
{
background-color: #366544;
}
.BgClassName
{
background-color: #366544;
}
</style>
border-color css
<style>
span { border-color: #366544; }
span { border-color: rgb(54,101,68); }
td.TdClassName
{
border-color: #366544;
}
.TagClassName
{
border-color: #366544;
}
</style>