Shades of Hunter Green #416645
Tints of Hunter Green #416645
RGB
CMYK
RGB Variations
Color information
#416645 (or 0x416645) is known color: Hunter Green. HEX triplet: 41, 66 and 45. RGB value is (65,102,69). Sum of RGB (Red+Green+Blue) = 65+102+69=236 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.54% from 236); Green value is 102 (40.23% from 255 or 43.22% from 236); Blue value is 69 (27.34% from 255 or 29.24% from 236); Max value from RGB is 102 - color contains mainly: green. Hex color #416645 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416645 is #BE99BA. Grayscale: #575757. Windows color (decimal): -12491195 or 4548161. OLE color: 4548161.
HSL color Cylindrical-coordinate representation of color #416645: hue angle of 126.49º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #416645 is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 65 | 102 | 69 | - |
| CMYK | 0.36 | 0 | 0.32 | 0.6 |
| HSL | 126.49º | 0.22% | 0.33% | - |
| HSV(B) | 126.49º | 0.36% | 0.4% | - |
| XYZ | 8.01 | 11.06 | 7.34 | - |
| YUV | 87.18 | 117.74 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 102 | 69 | 0.36 | 0 | 0.32 | 0.6 | 126.49 | 0.22 | 0.33 |
| Hex | 41 | 66 | 45 | 24 | 0 | 20 | 3C | 7E | 16 | 21 |
| Octal | 101 | 146 | 105 | 44 | 0 | 40 | 74 | 176 | 26 | 41 |
| Binary | 1000001 | 1100110 | 1000101 | 100100 | 0 | 100000 | 111100 | 1111110 | 10110 | 100001 |
Color Harmonies of #416645
Complementary color
Monochromatic Colors of #416645
Black with #416645
Text Example
Text Example
White with #416645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416645; }
p { color: rgb(65,102,69); }
H1.HeaderClassName
{
color: #416645;
}
.AnyTagClassName
{
color: #416645;
}
</style>
background-color css
<style>
a { background-color: #416645; }
a { background-color: rgb(65,102,69); }
div.DivClassName
{
background-color: #416645;
}
.BgClassName
{
background-color: #416645;
}
</style>
border-color css
<style>
span { border-color: #416645; }
span { border-color: rgb(65,102,69); }
td.TdClassName
{
border-color: #416645;
}
.TagClassName
{
border-color: #416645;
}
</style>