Shades of Dark Green Copper #417871
Tints of Dark Green Copper #417871
RGB
CMYK
RGB Variations
Color information
#417871 (or 0x417871) is known color: Dark Green Copper. HEX triplet: 41, 78 and 71. RGB value is (65,120,113). Sum of RGB (Red+Green+Blue) = 65+120+113=298 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.81% from 298); Green value is 120 (47.27% from 255 or 40.27% from 298); Blue value is 113 (44.53% from 255 or 37.92% from 298); Max value from RGB is 120 - color contains mainly: green. Hex color #417871 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417871 is #BE878E. Grayscale: #666666. Windows color (decimal): -12486543 or 7436353. OLE color: 7436353.
HSL color Cylindrical-coordinate representation of color #417871: hue angle of 172.36º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #417871 is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 65 | 120 | 113 | - |
| CMYK | 0.46 | 0 | 0.06 | 0.53 |
| HSL | 172.36º | 0.3% | 0.36% | - |
| HSV(B) | 172.36º | 0.46% | 0.47% | - |
| XYZ | 11.88 | 15.75 | 18.04 | - |
| YUV | 102.76 | 133.78 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 120 | 113 | 0.46 | 0 | 0.06 | 0.53 | 172.36 | 0.3 | 0.36 |
| Hex | 41 | 78 | 71 | 2E | 0 | 6 | 35 | AC | 1E | 24 |
| Octal | 101 | 170 | 161 | 56 | 0 | 6 | 65 | 254 | 36 | 44 |
| Binary | 1000001 | 1111000 | 1110001 | 101110 | 0 | 110 | 110101 | 10101100 | 11110 | 100100 |
Color Harmonies of #417871
Complementary color
Monochromatic Colors of #417871
Black with #417871
Text Example
Text Example
White with #417871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417871; }
p { color: rgb(65,120,113); }
H1.HeaderClassName
{
color: #417871;
}
.AnyTagClassName
{
color: #417871;
}
</style>
background-color css
<style>
a { background-color: #417871; }
a { background-color: rgb(65,120,113); }
div.DivClassName
{
background-color: #417871;
}
.BgClassName
{
background-color: #417871;
}
</style>
border-color css
<style>
span { border-color: #417871; }
span { border-color: rgb(65,120,113); }
td.TdClassName
{
border-color: #417871;
}
.TagClassName
{
border-color: #417871;
}
</style>