Shades of Dark Green Copper #417C71
Tints of Dark Green Copper #417C71
RGB
CMYK
RGB Variations
Color information
#417C71 (or 0x417C71) is known color: Dark Green Copper. HEX triplet: 41, 7C and 71. RGB value is (65,124,113). Sum of RGB (Red+Green+Blue) = 65+124+113=302 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.52% from 302); Green value is 124 (48.83% from 255 or 41.06% from 302); Blue value is 113 (44.53% from 255 or 37.42% from 302); Max value from RGB is 124 - color contains mainly: green. Hex color #417C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417C71 is #BE838E. Grayscale: #696969. Windows color (decimal): -12485519 or 7437377. OLE color: 7437377.
HSL color Cylindrical-coordinate representation of color #417C71: hue angle of 168.81º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #417C71 is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 124 | 113 | - |
| CMYK | 0.48 | 0 | 0.09 | 0.51 |
| HSL | 168.81º | 0.31% | 0.37% | - |
| HSV(B) | 168.81º | 0.48% | 0.49% | - |
| XYZ | 12.37 | 16.73 | 18.2 | - |
| YUV | 105.11 | 132.45 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 124 | 113 | 0.48 | 0 | 0.09 | 0.51 | 168.81 | 0.31 | 0.37 |
| Hex | 41 | 7C | 71 | 30 | 0 | 9 | 33 | A9 | 1F | 25 |
| Octal | 101 | 174 | 161 | 60 | 0 | 11 | 63 | 251 | 37 | 45 |
| Binary | 1000001 | 1111100 | 1110001 | 110000 | 0 | 1001 | 110011 | 10101001 | 11111 | 100101 |
Color Harmonies of #417C71
Complementary color
Monochromatic Colors of #417C71
Black with #417C71
Text Example
Text Example
White with #417C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417C71; }
p { color: rgb(65,124,113); }
H1.HeaderClassName
{
color: #417C71;
}
.AnyTagClassName
{
color: #417C71;
}
</style>
background-color css
<style>
a { background-color: #417C71; }
a { background-color: rgb(65,124,113); }
div.DivClassName
{
background-color: #417C71;
}
.BgClassName
{
background-color: #417C71;
}
</style>
border-color css
<style>
span { border-color: #417C71; }
span { border-color: rgb(65,124,113); }
td.TdClassName
{
border-color: #417C71;
}
.TagClassName
{
border-color: #417C71;
}
</style>