Shades of Dark Green Copper #41716D
Tints of Dark Green Copper #41716D
RGB
CMYK
RGB Variations
Color information
#41716D (or 0x41716D) is known color: Dark Green Copper. HEX triplet: 41, 71 and 6D. RGB value is (65,113,109). Sum of RGB (Red+Green+Blue) = 65+113+109=287 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.65% from 287); Green value is 113 (44.53% from 255 or 39.37% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 113 - color contains mainly: green. Hex color #41716D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41716D is #BE8E92. Grayscale: #626262. Windows color (decimal): -12488339 or 7172417. OLE color: 7172417.
HSL color Cylindrical-coordinate representation of color #41716D: hue angle of 175º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #41716D is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 65 | 113 | 109 | - |
| CMYK | 0.42 | 0 | 0.04 | 0.56 |
| HSL | 175º | 0.27% | 0.35% | - |
| HSV(B) | 175º | 0.42% | 0.44% | - |
| XYZ | 10.85 | 14.04 | 16.61 | - |
| YUV | 98.19 | 134.1 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 113 | 109 | 0.42 | 0 | 0.04 | 0.56 | 175 | 0.27 | 0.35 |
| Hex | 41 | 71 | 6D | 2A | 0 | 4 | 38 | AF | 1B | 23 |
| Octal | 101 | 161 | 155 | 52 | 0 | 4 | 70 | 257 | 33 | 43 |
| Binary | 1000001 | 1110001 | 1101101 | 101010 | 0 | 100 | 111000 | 10101111 | 11011 | 100011 |
Color Harmonies of #41716D
Complementary color
Monochromatic Colors of #41716D
Black with #41716D
Text Example
Text Example
White with #41716D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41716D; }
p { color: rgb(65,113,109); }
H1.HeaderClassName
{
color: #41716D;
}
.AnyTagClassName
{
color: #41716D;
}
</style>
background-color css
<style>
a { background-color: #41716D; }
a { background-color: rgb(65,113,109); }
div.DivClassName
{
background-color: #41716D;
}
.BgClassName
{
background-color: #41716D;
}
</style>
border-color css
<style>
span { border-color: #41716D; }
span { border-color: rgb(65,113,109); }
td.TdClassName
{
border-color: #41716D;
}
.TagClassName
{
border-color: #41716D;
}
</style>