Shades of Dark Green Copper #41786E
Tints of Dark Green Copper #41786E
RGB
CMYK
RGB Variations
Color information
#41786E (or 0x41786E) is known color: Dark Green Copper. HEX triplet: 41, 78 and 6E. RGB value is (65,120,110). Sum of RGB (Red+Green+Blue) = 65+120+110=295 (39% of max value = 765). Red value is 65 (25.78% from 255 or 22.03% from 295); Green value is 120 (47.27% from 255 or 40.68% from 295); Blue value is 110 (43.36% from 255 or 37.29% from 295); Max value from RGB is 120 - color contains mainly: green. Hex color #41786E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41786E is #BE8791. Grayscale: #666666. Windows color (decimal): -12486546 or 7239745. OLE color: 7239745.
HSL color Cylindrical-coordinate representation of color #41786E: hue angle of 169.09º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #41786E is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 65 | 120 | 110 | - |
| CMYK | 0.46 | 0 | 0.08 | 0.53 |
| HSL | 169.09º | 0.3% | 0.36% | - |
| HSV(B) | 169.09º | 0.46% | 0.47% | - |
| XYZ | 11.71 | 15.68 | 17.16 | - |
| YUV | 102.42 | 132.28 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 120 | 110 | 0.46 | 0 | 0.08 | 0.53 | 169.09 | 0.3 | 0.36 |
| Hex | 41 | 78 | 6E | 2E | 0 | 8 | 35 | A9 | 1E | 24 |
| Octal | 101 | 170 | 156 | 56 | 0 | 10 | 65 | 251 | 36 | 44 |
| Binary | 1000001 | 1111000 | 1101110 | 101110 | 0 | 1000 | 110101 | 10101001 | 11110 | 100100 |
Color Harmonies of #41786E
Complementary color
Monochromatic Colors of #41786E
Black with #41786E
Text Example
Text Example
White with #41786E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41786E; }
p { color: rgb(65,120,110); }
H1.HeaderClassName
{
color: #41786E;
}
.AnyTagClassName
{
color: #41786E;
}
</style>
background-color css
<style>
a { background-color: #41786E; }
a { background-color: rgb(65,120,110); }
div.DivClassName
{
background-color: #41786E;
}
.BgClassName
{
background-color: #41786E;
}
</style>
border-color css
<style>
span { border-color: #41786E; }
span { border-color: rgb(65,120,110); }
td.TdClassName
{
border-color: #41786E;
}
.TagClassName
{
border-color: #41786E;
}
</style>