Shades of Dark Green Copper #416D63
Tints of Dark Green Copper #416D63
RGB
CMYK
RGB Variations
Color information
#416D63 (or 0x416D63) is known color: Dark Green Copper. HEX triplet: 41, 6D and 63. RGB value is (65,109,99). Sum of RGB (Red+Green+Blue) = 65+109+99=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 109 (42.97% from 255 or 39.93% from 273); Blue value is 99 (39.06% from 255 or 36.26% from 273); Max value from RGB is 109 - color contains mainly: green. Hex color #416D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416D63 is #BE929C. Grayscale: #5E5E5E. Windows color (decimal): -12489373 or 6516033. OLE color: 6516033.
HSL color Cylindrical-coordinate representation of color #416D63: hue angle of 166.36º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #416D63 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 65 | 109 | 99 | - |
| CMYK | 0.40 | 0 | 0.09 | 0.57 |
| HSL | 166.36º | 0.25% | 0.34% | - |
| HSV(B) | 166.36º | 0.4% | 0.43% | - |
| XYZ | 9.9 | 12.96 | 13.78 | - |
| YUV | 94.7 | 130.42 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 109 | 99 | 0.40 | 0 | 0.09 | 0.57 | 166.36 | 0.25 | 0.34 |
| Hex | 41 | 6D | 63 | 28 | 0 | 9 | 39 | A6 | 19 | 22 |
| Octal | 101 | 155 | 143 | 50 | 0 | 11 | 71 | 246 | 31 | 42 |
| Binary | 1000001 | 1101101 | 1100011 | 101000 | 0 | 1001 | 111001 | 10100110 | 11001 | 100010 |
Color Harmonies of #416D63
Complementary color
Monochromatic Colors of #416D63
Black with #416D63
Text Example
Text Example
White with #416D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416D63; }
p { color: rgb(65,109,99); }
H1.HeaderClassName
{
color: #416D63;
}
.AnyTagClassName
{
color: #416D63;
}
</style>
background-color css
<style>
a { background-color: #416D63; }
a { background-color: rgb(65,109,99); }
div.DivClassName
{
background-color: #416D63;
}
.BgClassName
{
background-color: #416D63;
}
</style>
border-color css
<style>
span { border-color: #416D63; }
span { border-color: rgb(65,109,99); }
td.TdClassName
{
border-color: #416D63;
}
.TagClassName
{
border-color: #416D63;
}
</style>