Shades of Dark Green Copper #417D76
Tints of Dark Green Copper #417D76
RGB
CMYK
RGB Variations
Color information
#417D76 (or 0x417D76) is known color: Dark Green Copper. HEX triplet: 41, 7D and 76. RGB value is (65,125,118). Sum of RGB (Red+Green+Blue) = 65+125+118=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 125 (49.22% from 255 or 40.58% from 308); Blue value is 118 (46.48% from 255 or 38.31% from 308); Max value from RGB is 125 - color contains mainly: green. Hex color #417D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417D76 is #BE8289. Grayscale: #6A6A6A. Windows color (decimal): -12485258 or 7765313. OLE color: 7765313.
HSL color Cylindrical-coordinate representation of color #417D76: hue angle of 173º 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 #417D76 is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 125 | 118 | - |
| CMYK | 0.48 | 0 | 0.06 | 0.51 |
| HSL | 173º | 0.32% | 0.37% | - |
| HSV(B) | 173º | 0.48% | 0.49% | - |
| XYZ | 12.78 | 17.1 | 19.77 | - |
| YUV | 106.26 | 134.62 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 125 | 118 | 0.48 | 0 | 0.06 | 0.51 | 173 | 0.32 | 0.37 |
| Hex | 41 | 7D | 76 | 30 | 0 | 6 | 33 | AD | 20 | 25 |
| Octal | 101 | 175 | 166 | 60 | 0 | 6 | 63 | 255 | 40 | 45 |
| Binary | 1000001 | 1111101 | 1110110 | 110000 | 0 | 110 | 110011 | 10101101 | 100000 | 100101 |
Color Harmonies of #417D76
Complementary color
Monochromatic Colors of #417D76
Black with #417D76
Text Example
Text Example
White with #417D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417D76; }
p { color: rgb(65,125,118); }
H1.HeaderClassName
{
color: #417D76;
}
.AnyTagClassName
{
color: #417D76;
}
</style>
background-color css
<style>
a { background-color: #417D76; }
a { background-color: rgb(65,125,118); }
div.DivClassName
{
background-color: #417D76;
}
.BgClassName
{
background-color: #417D76;
}
</style>
border-color css
<style>
span { border-color: #417D76; }
span { border-color: rgb(65,125,118); }
td.TdClassName
{
border-color: #417D76;
}
.TagClassName
{
border-color: #417D76;
}
</style>