Shades of Hunter Green #366745
Tints of Hunter Green #366745
RGB
CMYK
RGB Variations
Color information
#366745 (or 0x366745) is known color: Hunter Green. HEX triplet: 36, 67 and 45. RGB value is (54,103,69). Sum of RGB (Red+Green+Blue) = 54+103+69=226 (29% of max value = 765). Red value is 54 (21.48% from 255 or 23.89% from 226); Green value is 103 (40.62% from 255 or 45.58% from 226); Blue value is 69 (27.34% from 255 or 30.53% from 226); Max value from RGB is 103 - color contains mainly: green. Hex color #366745 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366745 is #C998BA. Grayscale: #545454. Windows color (decimal): -13211835 or 4548406. OLE color: 4548406.
HSL color Cylindrical-coordinate representation of color #366745: hue angle of 138.37º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #366745 is Cyan = 0.48, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 54 | 103 | 69 | - |
| CMYK | 0.48 | 0 | 0.33 | 0.60 |
| HSL | 138.37º | 0.31% | 0.31% | - |
| HSV(B) | 138.37º | 0.48% | 0.4% | - |
| XYZ | 7.45 | 10.91 | 7.34 | - |
| YUV | 84.47 | 119.27 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 103 | 69 | 0.48 | 0 | 0.33 | 0.60 | 138.37 | 0.31 | 0.31 |
| Hex | 36 | 67 | 45 | 30 | 0 | 21 | 3C | 8A | 1F | 1F |
| Octal | 66 | 147 | 105 | 60 | 0 | 41 | 74 | 212 | 37 | 37 |
| Binary | 110110 | 1100111 | 1000101 | 110000 | 0 | 100001 | 111100 | 10001010 | 11111 | 11111 |
Color Harmonies of #366745
Complementary color
Monochromatic Colors of #366745
Black with #366745
Text Example
Text Example
White with #366745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366745; }
p { color: rgb(54,103,69); }
H1.HeaderClassName
{
color: #366745;
}
.AnyTagClassName
{
color: #366745;
}
</style>
background-color css
<style>
a { background-color: #366745; }
a { background-color: rgb(54,103,69); }
div.DivClassName
{
background-color: #366745;
}
.BgClassName
{
background-color: #366745;
}
</style>
border-color css
<style>
span { border-color: #366745; }
span { border-color: rgb(54,103,69); }
td.TdClassName
{
border-color: #366745;
}
.TagClassName
{
border-color: #366745;
}
</style>