Shades of Hunter Green #415745
Tints of Hunter Green #415745
RGB
CMYK
RGB Variations
Color information
#415745 (or 0x415745) is known color: Hunter Green. HEX triplet: 41, 57 and 45. RGB value is (65,87,69). Sum of RGB (Red+Green+Blue) = 65+87+69=221 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.41% from 221); Green value is 87 (34.38% from 255 or 39.37% from 221); Blue value is 69 (27.34% from 255 or 31.22% from 221); Max value from RGB is 87 - color contains mainly: green. Hex color #415745 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415745 is #BEA8BA. Grayscale: #4E4E4E. Windows color (decimal): -12495035 or 4544321. OLE color: 4544321.
HSL color Cylindrical-coordinate representation of color #415745: hue angle of 130.91º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #415745 is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 65 | 87 | 69 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.66 |
| HSL | 130.91º | 0.14% | 0.3% | - |
| HSV(B) | 130.91º | 0.25% | 0.34% | - |
| XYZ | 6.66 | 8.37 | 6.89 | - |
| YUV | 78.37 | 122.71 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 87 | 69 | 0.25 | 0 | 0.21 | 0.66 | 130.91 | 0.14 | 0.3 |
| Hex | 41 | 57 | 45 | 19 | 0 | 15 | 42 | 83 | E | 1E |
| Octal | 101 | 127 | 105 | 31 | 0 | 25 | 102 | 203 | 16 | 36 |
| Binary | 1000001 | 1010111 | 1000101 | 11001 | 0 | 10101 | 1000010 | 10000011 | 1110 | 11110 |
Color Harmonies of #415745
Complementary color
Monochromatic Colors of #415745
Black with #415745
Text Example
Text Example
White with #415745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415745; }
p { color: rgb(65,87,69); }
H1.HeaderClassName
{
color: #415745;
}
.AnyTagClassName
{
color: #415745;
}
</style>
background-color css
<style>
a { background-color: #415745; }
a { background-color: rgb(65,87,69); }
div.DivClassName
{
background-color: #415745;
}
.BgClassName
{
background-color: #415745;
}
</style>
border-color css
<style>
span { border-color: #415745; }
span { border-color: rgb(65,87,69); }
td.TdClassName
{
border-color: #415745;
}
.TagClassName
{
border-color: #415745;
}
</style>