Shades of Hunter Green #366644
Tints of Hunter Green #366644
RGB
CMYK
RGB Variations
Color information
#366644 (or 0x366644) is known color: Hunter Green. HEX triplet: 36, 66 and 44. RGB value is (54,102,68). Sum of RGB (Red+Green+Blue) = 54+102+68=224 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.11% from 224); Green value is 102 (40.23% from 255 or 45.54% from 224); Blue value is 68 (26.95% from 255 or 30.36% from 224); Max value from RGB is 102 - color contains mainly: green. Hex color #366644 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366644 is #C999BB. Grayscale: #535353. Windows color (decimal): -13212092 or 4482614. OLE color: 4482614.
HSL color Cylindrical-coordinate representation of color #366644: hue angle of 137.5º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #366644 is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 54 | 102 | 68 | - |
| CMYK | 0.47 | 0 | 0.33 | 0.6 |
| HSL | 137.5º | 0.31% | 0.31% | - |
| HSV(B) | 137.5º | 0.47% | 0.4% | - |
| XYZ | 7.32 | 10.7 | 7.15 | - |
| YUV | 83.77 | 119.1 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 102 | 68 | 0.47 | 0 | 0.33 | 0.6 | 137.5 | 0.31 | 0.31 |
| Hex | 36 | 66 | 44 | 2F | 0 | 21 | 3C | 8A | 1F | 1F |
| Octal | 66 | 146 | 104 | 57 | 0 | 41 | 74 | 212 | 37 | 37 |
| Binary | 110110 | 1100110 | 1000100 | 101111 | 0 | 100001 | 111100 | 10001010 | 11111 | 11111 |
Color Harmonies of #366644
Complementary color
Monochromatic Colors of #366644
Black with #366644
Text Example
Text Example
White with #366644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366644; }
p { color: rgb(54,102,68); }
H1.HeaderClassName
{
color: #366644;
}
.AnyTagClassName
{
color: #366644;
}
</style>
background-color css
<style>
a { background-color: #366644; }
a { background-color: rgb(54,102,68); }
div.DivClassName
{
background-color: #366644;
}
.BgClassName
{
background-color: #366644;
}
</style>
border-color css
<style>
span { border-color: #366644; }
span { border-color: rgb(54,102,68); }
td.TdClassName
{
border-color: #366644;
}
.TagClassName
{
border-color: #366644;
}
</style>