Shades of Dark Green Copper #41756E
Tints of Dark Green Copper #41756E
RGB
CMYK
RGB Variations
Color information
#41756E (or 0x41756E) is known color: Dark Green Copper. HEX triplet: 41, 75 and 6E. RGB value is (65,117,110). Sum of RGB (Red+Green+Blue) = 65+117+110=292 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.26% from 292); Green value is 117 (46.09% from 255 or 40.07% from 292); Blue value is 110 (43.36% from 255 or 37.67% from 292); Max value from RGB is 117 - color contains mainly: green. Hex color #41756E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41756E is #BE8A91. Grayscale: #646464. Windows color (decimal): -12487314 or 7238977. OLE color: 7238977.
HSL color Cylindrical-coordinate representation of color #41756E: hue angle of 171.92º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #41756E is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 65 | 117 | 110 | - |
| CMYK | 0.44 | 0 | 0.06 | 0.54 |
| HSL | 171.92º | 0.29% | 0.36% | - |
| HSV(B) | 171.92º | 0.44% | 0.46% | - |
| XYZ | 11.36 | 14.97 | 17.04 | - |
| YUV | 100.65 | 133.27 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 117 | 110 | 0.44 | 0 | 0.06 | 0.54 | 171.92 | 0.29 | 0.36 |
| Hex | 41 | 75 | 6E | 2C | 0 | 6 | 36 | AC | 1D | 24 |
| Octal | 101 | 165 | 156 | 54 | 0 | 6 | 66 | 254 | 35 | 44 |
| Binary | 1000001 | 1110101 | 1101110 | 101100 | 0 | 110 | 110110 | 10101100 | 11101 | 100100 |
Color Harmonies of #41756E
Complementary color
Monochromatic Colors of #41756E
Black with #41756E
Text Example
Text Example
White with #41756E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41756E; }
p { color: rgb(65,117,110); }
H1.HeaderClassName
{
color: #41756E;
}
.AnyTagClassName
{
color: #41756E;
}
</style>
background-color css
<style>
a { background-color: #41756E; }
a { background-color: rgb(65,117,110); }
div.DivClassName
{
background-color: #41756E;
}
.BgClassName
{
background-color: #41756E;
}
</style>
border-color css
<style>
span { border-color: #41756E; }
span { border-color: rgb(65,117,110); }
td.TdClassName
{
border-color: #41756E;
}
.TagClassName
{
border-color: #41756E;
}
</style>