Shades of Dark Green Copper #417A6E
Tints of Dark Green Copper #417A6E
RGB
CMYK
RGB Variations
Color information
#417A6E (or 0x417A6E) is known color: Dark Green Copper. HEX triplet: 41, 7A and 6E. RGB value is (65,122,110). Sum of RGB (Red+Green+Blue) = 65+122+110=297 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.89% from 297); Green value is 122 (48.05% from 255 or 41.08% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 122 - color contains mainly: green. Hex color #417A6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417A6E is #BE8591. Grayscale: #676767. Windows color (decimal): -12486034 or 7240257. OLE color: 7240257.
HSL color Cylindrical-coordinate representation of color #417A6E: hue angle of 167.37º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #417A6E is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 65 | 122 | 110 | - |
| CMYK | 0.47 | 0 | 0.10 | 0.52 |
| HSL | 167.37º | 0.3% | 0.37% | - |
| HSV(B) | 167.37º | 0.47% | 0.48% | - |
| XYZ | 11.95 | 16.17 | 17.24 | - |
| YUV | 103.59 | 131.62 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 122 | 110 | 0.47 | 0 | 0.10 | 0.52 | 167.37 | 0.3 | 0.37 |
| Hex | 41 | 7A | 6E | 2F | 0 | A | 34 | A7 | 1E | 25 |
| Octal | 101 | 172 | 156 | 57 | 0 | 12 | 64 | 247 | 36 | 45 |
| Binary | 1000001 | 1111010 | 1101110 | 101111 | 0 | 1010 | 110100 | 10100111 | 11110 | 100101 |
Color Harmonies of #417A6E
Complementary color
Monochromatic Colors of #417A6E
Black with #417A6E
Text Example
Text Example
White with #417A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417A6E; }
p { color: rgb(65,122,110); }
H1.HeaderClassName
{
color: #417A6E;
}
.AnyTagClassName
{
color: #417A6E;
}
</style>
background-color css
<style>
a { background-color: #417A6E; }
a { background-color: rgb(65,122,110); }
div.DivClassName
{
background-color: #417A6E;
}
.BgClassName
{
background-color: #417A6E;
}
</style>
border-color css
<style>
span { border-color: #417A6E; }
span { border-color: rgb(65,122,110); }
td.TdClassName
{
border-color: #417A6E;
}
.TagClassName
{
border-color: #417A6E;
}
</style>