Shades of Dark Green Copper #416863
Tints of Dark Green Copper #416863
RGB
CMYK
RGB Variations
Color information
#416863 (or 0x416863) is known color: Dark Green Copper. HEX triplet: 41, 68 and 63. RGB value is (65,104,99). Sum of RGB (Red+Green+Blue) = 65+104+99=268 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.25% from 268); Green value is 104 (41.02% from 255 or 38.81% from 268); Blue value is 99 (39.06% from 255 or 36.94% from 268); Max value from RGB is 104 - color contains mainly: green. Hex color #416863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416863 is #BE979C. Grayscale: #5B5B5B. Windows color (decimal): -12490653 or 6514753. OLE color: 6514753.
HSL color Cylindrical-coordinate representation of color #416863: hue angle of 172.31º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #416863 is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 65 | 104 | 99 | - |
| CMYK | 0.38 | 0 | 0.05 | 0.59 |
| HSL | 172.31º | 0.23% | 0.33% | - |
| HSV(B) | 172.31º | 0.38% | 0.41% | - |
| XYZ | 9.38 | 11.93 | 13.61 | - |
| YUV | 91.77 | 132.08 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 104 | 99 | 0.38 | 0 | 0.05 | 0.59 | 172.31 | 0.23 | 0.33 |
| Hex | 41 | 68 | 63 | 26 | 0 | 5 | 3B | AC | 17 | 21 |
| Octal | 101 | 150 | 143 | 46 | 0 | 5 | 73 | 254 | 27 | 41 |
| Binary | 1000001 | 1101000 | 1100011 | 100110 | 0 | 101 | 111011 | 10101100 | 10111 | 100001 |
Color Harmonies of #416863
Complementary color
Monochromatic Colors of #416863
Black with #416863
Text Example
Text Example
White with #416863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416863; }
p { color: rgb(65,104,99); }
H1.HeaderClassName
{
color: #416863;
}
.AnyTagClassName
{
color: #416863;
}
</style>
background-color css
<style>
a { background-color: #416863; }
a { background-color: rgb(65,104,99); }
div.DivClassName
{
background-color: #416863;
}
.BgClassName
{
background-color: #416863;
}
</style>
border-color css
<style>
span { border-color: #416863; }
span { border-color: rgb(65,104,99); }
td.TdClassName
{
border-color: #416863;
}
.TagClassName
{
border-color: #416863;
}
</style>