Shades of Dark Green Copper #41756F
Tints of Dark Green Copper #41756F
RGB
CMYK
RGB Variations
Color information
#41756F (or 0x41756F) is known color: Dark Green Copper. HEX triplet: 41, 75 and 6F. RGB value is (65,117,111). Sum of RGB (Red+Green+Blue) = 65+117+111=293 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.18% from 293); Green value is 117 (46.09% from 255 or 39.93% from 293); Blue value is 111 (43.75% from 255 or 37.88% from 293); Max value from RGB is 117 - color contains mainly: green. Hex color #41756F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41756F is #BE8A90. Grayscale: #646464. Windows color (decimal): -12487313 or 7304513. OLE color: 7304513.
HSL color Cylindrical-coordinate representation of color #41756F: hue angle of 173.08º 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 #41756F is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 65 | 117 | 111 | - |
| CMYK | 0.44 | 0 | 0.05 | 0.54 |
| HSL | 173.08º | 0.29% | 0.36% | - |
| HSV(B) | 173.08º | 0.44% | 0.46% | - |
| XYZ | 11.41 | 14.99 | 17.33 | - |
| YUV | 100.77 | 133.77 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 117 | 111 | 0.44 | 0 | 0.05 | 0.54 | 173.08 | 0.29 | 0.36 |
| Hex | 41 | 75 | 6F | 2C | 0 | 5 | 36 | AD | 1D | 24 |
| Octal | 101 | 165 | 157 | 54 | 0 | 5 | 66 | 255 | 35 | 44 |
| Binary | 1000001 | 1110101 | 1101111 | 101100 | 0 | 101 | 110110 | 10101101 | 11101 | 100100 |
Color Harmonies of #41756F
Complementary color
Monochromatic Colors of #41756F
Black with #41756F
Text Example
Text Example
White with #41756F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41756F; }
p { color: rgb(65,117,111); }
H1.HeaderClassName
{
color: #41756F;
}
.AnyTagClassName
{
color: #41756F;
}
</style>
background-color css
<style>
a { background-color: #41756F; }
a { background-color: rgb(65,117,111); }
div.DivClassName
{
background-color: #41756F;
}
.BgClassName
{
background-color: #41756F;
}
</style>
border-color css
<style>
span { border-color: #41756F; }
span { border-color: rgb(65,117,111); }
td.TdClassName
{
border-color: #41756F;
}
.TagClassName
{
border-color: #41756F;
}
</style>