Shades of Dark Green Copper #417E73
Tints of Dark Green Copper #417E73
RGB
CMYK
RGB Variations
Color information
#417E73 (or 0x417E73) is known color: Dark Green Copper. HEX triplet: 41, 7E and 73. RGB value is (65,126,115). Sum of RGB (Red+Green+Blue) = 65+126+115=306 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.24% from 306); Green value is 126 (49.61% from 255 or 41.18% from 306); Blue value is 115 (45.31% from 255 or 37.58% from 306); Max value from RGB is 126 - color contains mainly: green. Hex color #417E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417E73 is #BE818C. Grayscale: #6A6A6A. Windows color (decimal): -12485005 or 7568961. OLE color: 7568961.
HSL color Cylindrical-coordinate representation of color #417E73: hue angle of 169.18º degrees, saturation: 0.32, 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 #417E73 is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 126 | 115 | - |
| CMYK | 0.48 | 0 | 0.09 | 0.51 |
| HSL | 169.18º | 0.32% | 0.37% | - |
| HSV(B) | 169.18º | 0.48% | 0.49% | - |
| XYZ | 12.74 | 17.28 | 18.88 | - |
| YUV | 106.51 | 132.79 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 126 | 115 | 0.48 | 0 | 0.09 | 0.51 | 169.18 | 0.32 | 0.37 |
| Hex | 41 | 7E | 73 | 30 | 0 | 9 | 33 | A9 | 20 | 25 |
| Octal | 101 | 176 | 163 | 60 | 0 | 11 | 63 | 251 | 40 | 45 |
| Binary | 1000001 | 1111110 | 1110011 | 110000 | 0 | 1001 | 110011 | 10101001 | 100000 | 100101 |
Color Harmonies of #417E73
Complementary color
Monochromatic Colors of #417E73
Black with #417E73
Text Example
Text Example
White with #417E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417E73; }
p { color: rgb(65,126,115); }
H1.HeaderClassName
{
color: #417E73;
}
.AnyTagClassName
{
color: #417E73;
}
</style>
background-color css
<style>
a { background-color: #417E73; }
a { background-color: rgb(65,126,115); }
div.DivClassName
{
background-color: #417E73;
}
.BgClassName
{
background-color: #417E73;
}
</style>
border-color css
<style>
span { border-color: #417E73; }
span { border-color: rgb(65,126,115); }
td.TdClassName
{
border-color: #417E73;
}
.TagClassName
{
border-color: #417E73;
}
</style>