Shades of Dark Green Copper #417769
Tints of Dark Green Copper #417769
RGB
CMYK
RGB Variations
Color information
#417769 (or 0x417769) is known color: Dark Green Copper. HEX triplet: 41, 77 and 69. RGB value is (65,119,105). Sum of RGB (Red+Green+Blue) = 65+119+105=289 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.49% from 289); Green value is 119 (46.88% from 255 or 41.18% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 119 - color contains mainly: green. Hex color #417769 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417769 is #BE8896. Grayscale: #656565. Windows color (decimal): -12486807 or 6911809. OLE color: 6911809.
HSL color Cylindrical-coordinate representation of color #417769: hue angle of 164.44º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #417769 is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 65 | 119 | 105 | - |
| CMYK | 0.45 | 0 | 0.12 | 0.53 |
| HSL | 164.44º | 0.29% | 0.36% | - |
| HSV(B) | 164.44º | 0.45% | 0.47% | - |
| XYZ | 11.33 | 15.34 | 15.73 | - |
| YUV | 101.26 | 130.11 | 102.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 119 | 105 | 0.45 | 0 | 0.12 | 0.53 | 164.44 | 0.29 | 0.36 |
| Hex | 41 | 77 | 69 | 2D | 0 | C | 35 | A4 | 1D | 24 |
| Octal | 101 | 167 | 151 | 55 | 0 | 14 | 65 | 244 | 35 | 44 |
| Binary | 1000001 | 1110111 | 1101001 | 101101 | 0 | 1100 | 110101 | 10100100 | 11101 | 100100 |
Color Harmonies of #417769
Complementary color
Monochromatic Colors of #417769
Black with #417769
Text Example
Text Example
White with #417769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417769; }
p { color: rgb(65,119,105); }
H1.HeaderClassName
{
color: #417769;
}
.AnyTagClassName
{
color: #417769;
}
</style>
background-color css
<style>
a { background-color: #417769; }
a { background-color: rgb(65,119,105); }
div.DivClassName
{
background-color: #417769;
}
.BgClassName
{
background-color: #417769;
}
</style>
border-color css
<style>
span { border-color: #417769; }
span { border-color: rgb(65,119,105); }
td.TdClassName
{
border-color: #417769;
}
.TagClassName
{
border-color: #417769;
}
</style>