Shades of Dark Green Copper #416B66
Tints of Dark Green Copper #416B66
RGB
CMYK
RGB Variations
Color information
#416B66 (or 0x416B66) is known color: Dark Green Copper. HEX triplet: 41, 6B and 66. RGB value is (65,107,102). Sum of RGB (Red+Green+Blue) = 65+107+102=274 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.72% from 274); Green value is 107 (42.19% from 255 or 39.05% from 274); Blue value is 102 (40.23% from 255 or 37.23% from 274); Max value from RGB is 107 - color contains mainly: green. Hex color #416B66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416B66 is #BE9499. Grayscale: #5D5D5D. Windows color (decimal): -12489882 or 6712129. OLE color: 6712129.
HSL color Cylindrical-coordinate representation of color #416B66: hue angle of 172.86º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #416B66 is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 65 | 107 | 102 | - |
| CMYK | 0.39 | 0 | 0.05 | 0.58 |
| HSL | 172.86º | 0.24% | 0.34% | - |
| HSV(B) | 172.86º | 0.39% | 0.42% | - |
| XYZ | 9.84 | 12.6 | 14.48 | - |
| YUV | 93.87 | 132.59 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 107 | 102 | 0.39 | 0 | 0.05 | 0.58 | 172.86 | 0.24 | 0.34 |
| Hex | 41 | 6B | 66 | 27 | 0 | 5 | 3A | AD | 18 | 22 |
| Octal | 101 | 153 | 146 | 47 | 0 | 5 | 72 | 255 | 30 | 42 |
| Binary | 1000001 | 1101011 | 1100110 | 100111 | 0 | 101 | 111010 | 10101101 | 11000 | 100010 |
Color Harmonies of #416B66
Complementary color
Monochromatic Colors of #416B66
Black with #416B66
Text Example
Text Example
White with #416B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416B66; }
p { color: rgb(65,107,102); }
H1.HeaderClassName
{
color: #416B66;
}
.AnyTagClassName
{
color: #416B66;
}
</style>
background-color css
<style>
a { background-color: #416B66; }
a { background-color: rgb(65,107,102); }
div.DivClassName
{
background-color: #416B66;
}
.BgClassName
{
background-color: #416B66;
}
</style>
border-color css
<style>
span { border-color: #416B66; }
span { border-color: rgb(65,107,102); }
td.TdClassName
{
border-color: #416B66;
}
.TagClassName
{
border-color: #416B66;
}
</style>