Shades of Dark Green Copper #417468
Tints of Dark Green Copper #417468
RGB
CMYK
RGB Variations
Color information
#417468 (or 0x417468) is known color: Dark Green Copper. HEX triplet: 41, 74 and 68. RGB value is (65,116,104). Sum of RGB (Red+Green+Blue) = 65+116+104=285 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.81% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 116 - color contains mainly: green. Hex color #417468 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417468 is #BE8B97. Grayscale: #636363. Windows color (decimal): -12487576 or 6845505. OLE color: 6845505.
HSL color Cylindrical-coordinate representation of color #417468: hue angle of 165.88º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #417468 is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 65 | 116 | 104 | - |
| CMYK | 0.44 | 0 | 0.10 | 0.55 |
| HSL | 165.88º | 0.28% | 0.35% | - |
| HSV(B) | 165.88º | 0.44% | 0.45% | - |
| XYZ | 10.92 | 14.61 | 15.34 | - |
| YUV | 99.38 | 130.6 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 116 | 104 | 0.44 | 0 | 0.10 | 0.55 | 165.88 | 0.28 | 0.35 |
| Hex | 41 | 74 | 68 | 2C | 0 | A | 37 | A6 | 1C | 23 |
| Octal | 101 | 164 | 150 | 54 | 0 | 12 | 67 | 246 | 34 | 43 |
| Binary | 1000001 | 1110100 | 1101000 | 101100 | 0 | 1010 | 110111 | 10100110 | 11100 | 100011 |
Color Harmonies of #417468
Complementary color
Monochromatic Colors of #417468
Black with #417468
Text Example
Text Example
White with #417468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417468; }
p { color: rgb(65,116,104); }
H1.HeaderClassName
{
color: #417468;
}
.AnyTagClassName
{
color: #417468;
}
</style>
background-color css
<style>
a { background-color: #417468; }
a { background-color: rgb(65,116,104); }
div.DivClassName
{
background-color: #417468;
}
.BgClassName
{
background-color: #417468;
}
</style>
border-color css
<style>
span { border-color: #417468; }
span { border-color: rgb(65,116,104); }
td.TdClassName
{
border-color: #417468;
}
.TagClassName
{
border-color: #417468;
}
</style>