Shades of Hunter Green #415744
Tints of Hunter Green #415744
RGB
CMYK
RGB Variations
Color information
#415744 (or 0x415744) is known color: Hunter Green. HEX triplet: 41, 57 and 44. RGB value is (65,87,68). Sum of RGB (Red+Green+Blue) = 65+87+68=220 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.55% from 220); Green value is 87 (34.38% from 255 or 39.55% from 220); Blue value is 68 (26.95% from 255 or 30.91% from 220); Max value from RGB is 87 - color contains mainly: green. Hex color #415744 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415744 is #BEA8BB. Grayscale: #4E4E4E. Windows color (decimal): -12495036 or 4478785. OLE color: 4478785.
HSL color Cylindrical-coordinate representation of color #415744: hue angle of 128.18º 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 #415744 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 65 | 87 | 68 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.66 |
| HSL | 128.18º | 0.14% | 0.3% | - |
| HSV(B) | 128.18º | 0.25% | 0.34% | - |
| XYZ | 6.63 | 8.36 | 6.73 | - |
| YUV | 78.26 | 122.21 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 87 | 68 | 0.25 | 0 | 0.22 | 0.66 | 128.18 | 0.14 | 0.3 |
| Hex | 41 | 57 | 44 | 19 | 0 | 16 | 42 | 80 | E | 1E |
| Octal | 101 | 127 | 104 | 31 | 0 | 26 | 102 | 200 | 16 | 36 |
| Binary | 1000001 | 1010111 | 1000100 | 11001 | 0 | 10110 | 1000010 | 10000000 | 1110 | 11110 |
Color Harmonies of #415744
Complementary color
Monochromatic Colors of #415744
Black with #415744
Text Example
Text Example
White with #415744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415744; }
p { color: rgb(65,87,68); }
H1.HeaderClassName
{
color: #415744;
}
.AnyTagClassName
{
color: #415744;
}
</style>
background-color css
<style>
a { background-color: #415744; }
a { background-color: rgb(65,87,68); }
div.DivClassName
{
background-color: #415744;
}
.BgClassName
{
background-color: #415744;
}
</style>
border-color css
<style>
span { border-color: #415744; }
span { border-color: rgb(65,87,68); }
td.TdClassName
{
border-color: #415744;
}
.TagClassName
{
border-color: #415744;
}
</style>