Shades of Dark Green Copper #416A66
Tints of Dark Green Copper #416A66
RGB
CMYK
RGB Variations
Color information
#416A66 (or 0x416A66) is known color: Dark Green Copper. HEX triplet: 41, 6A and 66. RGB value is (65,106,102). Sum of RGB (Red+Green+Blue) = 65+106+102=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 106 (41.80% from 255 or 38.83% from 273); Blue value is 102 (40.23% from 255 or 37.36% from 273); Max value from RGB is 106 - color contains mainly: green. Hex color #416A66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416A66 is #BE9599. Grayscale: #5D5D5D. Windows color (decimal): -12490138 or 6711873. OLE color: 6711873.
HSL color Cylindrical-coordinate representation of color #416A66: hue angle of 174.15º 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 #416A66 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 65 | 106 | 102 | - |
| CMYK | 0.39 | 0 | 0.04 | 0.58 |
| HSL | 174.15º | 0.24% | 0.34% | - |
| HSV(B) | 174.15º | 0.39% | 0.42% | - |
| XYZ | 9.73 | 12.39 | 14.45 | - |
| YUV | 93.29 | 132.92 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 106 | 102 | 0.39 | 0 | 0.04 | 0.58 | 174.15 | 0.24 | 0.34 |
| Hex | 41 | 6A | 66 | 27 | 0 | 4 | 3A | AE | 18 | 22 |
| Octal | 101 | 152 | 146 | 47 | 0 | 4 | 72 | 256 | 30 | 42 |
| Binary | 1000001 | 1101010 | 1100110 | 100111 | 0 | 100 | 111010 | 10101110 | 11000 | 100010 |
Color Harmonies of #416A66
Complementary color
Monochromatic Colors of #416A66
Black with #416A66
Text Example
Text Example
White with #416A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416A66; }
p { color: rgb(65,106,102); }
H1.HeaderClassName
{
color: #416A66;
}
.AnyTagClassName
{
color: #416A66;
}
</style>
background-color css
<style>
a { background-color: #416A66; }
a { background-color: rgb(65,106,102); }
div.DivClassName
{
background-color: #416A66;
}
.BgClassName
{
background-color: #416A66;
}
</style>
border-color css
<style>
span { border-color: #416A66; }
span { border-color: rgb(65,106,102); }
td.TdClassName
{
border-color: #416A66;
}
.TagClassName
{
border-color: #416A66;
}
</style>