Shades of Dark Green Copper #417C75
Tints of Dark Green Copper #417C75
RGB
CMYK
RGB Variations
Color information
#417C75 (or 0x417C75) is known color: Dark Green Copper. HEX triplet: 41, 7C and 75. RGB value is (65,124,117). Sum of RGB (Red+Green+Blue) = 65+124+117=306 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.24% from 306); Green value is 124 (48.83% from 255 or 40.52% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 124 - color contains mainly: green. Hex color #417C75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417C75 is #BE838A. Grayscale: #696969. Windows color (decimal): -12485515 or 7699521. OLE color: 7699521.
HSL color Cylindrical-coordinate representation of color #417C75: hue angle of 172.88º 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 #417C75 is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 124 | 117 | - |
| CMYK | 0.48 | 0 | 0.06 | 0.51 |
| HSL | 172.88º | 0.31% | 0.37% | - |
| HSV(B) | 172.88º | 0.48% | 0.49% | - |
| XYZ | 12.6 | 16.82 | 19.41 | - |
| YUV | 105.56 | 134.45 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 124 | 117 | 0.48 | 0 | 0.06 | 0.51 | 172.88 | 0.31 | 0.37 |
| Hex | 41 | 7C | 75 | 30 | 0 | 6 | 33 | AD | 1F | 25 |
| Octal | 101 | 174 | 165 | 60 | 0 | 6 | 63 | 255 | 37 | 45 |
| Binary | 1000001 | 1111100 | 1110101 | 110000 | 0 | 110 | 110011 | 10101101 | 11111 | 100101 |
Color Harmonies of #417C75
Complementary color
Monochromatic Colors of #417C75
Black with #417C75
Text Example
Text Example
White with #417C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417C75; }
p { color: rgb(65,124,117); }
H1.HeaderClassName
{
color: #417C75;
}
.AnyTagClassName
{
color: #417C75;
}
</style>
background-color css
<style>
a { background-color: #417C75; }
a { background-color: rgb(65,124,117); }
div.DivClassName
{
background-color: #417C75;
}
.BgClassName
{
background-color: #417C75;
}
</style>
border-color css
<style>
span { border-color: #417C75; }
span { border-color: rgb(65,124,117); }
td.TdClassName
{
border-color: #417C75;
}
.TagClassName
{
border-color: #417C75;
}
</style>