Shades of Dark Green Copper #416A62
Tints of Dark Green Copper #416A62
RGB
CMYK
RGB Variations
Color information
#416A62 (or 0x416A62) is known color: Dark Green Copper. HEX triplet: 41, 6A and 62. RGB value is (65,106,98). Sum of RGB (Red+Green+Blue) = 65+106+98=269 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.16% from 269); Green value is 106 (41.80% from 255 or 39.41% from 269); Blue value is 98 (38.67% from 255 or 36.43% from 269); Max value from RGB is 106 - color contains mainly: green. Hex color #416A62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416A62 is #BE959D. Grayscale: #5C5C5C. Windows color (decimal): -12490142 or 6449729. OLE color: 6449729.
HSL color Cylindrical-coordinate representation of color #416A62: hue angle of 168.29º 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 #416A62 is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 65 | 106 | 98 | - |
| CMYK | 0.39 | 0 | 0.08 | 0.58 |
| HSL | 168.29º | 0.24% | 0.34% | - |
| HSV(B) | 168.29º | 0.39% | 0.42% | - |
| XYZ | 9.54 | 12.31 | 13.43 | - |
| YUV | 92.83 | 130.92 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 106 | 98 | 0.39 | 0 | 0.08 | 0.58 | 168.29 | 0.24 | 0.34 |
| Hex | 41 | 6A | 62 | 27 | 0 | 8 | 3A | A8 | 18 | 22 |
| Octal | 101 | 152 | 142 | 47 | 0 | 10 | 72 | 250 | 30 | 42 |
| Binary | 1000001 | 1101010 | 1100010 | 100111 | 0 | 1000 | 111010 | 10101000 | 11000 | 100010 |
Color Harmonies of #416A62
Complementary color
Monochromatic Colors of #416A62
Black with #416A62
Text Example
Text Example
White with #416A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416A62; }
p { color: rgb(65,106,98); }
H1.HeaderClassName
{
color: #416A62;
}
.AnyTagClassName
{
color: #416A62;
}
</style>
background-color css
<style>
a { background-color: #416A62; }
a { background-color: rgb(65,106,98); }
div.DivClassName
{
background-color: #416A62;
}
.BgClassName
{
background-color: #416A62;
}
</style>
border-color css
<style>
span { border-color: #416A62; }
span { border-color: rgb(65,106,98); }
td.TdClassName
{
border-color: #416A62;
}
.TagClassName
{
border-color: #416A62;
}
</style>