Shades of Dark Green Copper #41756A
Tints of Dark Green Copper #41756A
RGB
CMYK
RGB Variations
Color information
#41756A (or 0x41756A) is known color: Dark Green Copper. HEX triplet: 41, 75 and 6A. RGB value is (65,117,106). Sum of RGB (Red+Green+Blue) = 65+117+106=288 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.57% from 288); Green value is 117 (46.09% from 255 or 40.62% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 117 - color contains mainly: green. Hex color #41756A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41756A is #BE8A95. Grayscale: #646464. Windows color (decimal): -12487318 or 6976833. OLE color: 6976833.
HSL color Cylindrical-coordinate representation of color #41756A: hue angle of 167.31º 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 #41756A is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 65 | 117 | 106 | - |
| CMYK | 0.44 | 0 | 0.09 | 0.54 |
| HSL | 167.31º | 0.29% | 0.36% | - |
| HSV(B) | 167.31º | 0.44% | 0.46% | - |
| XYZ | 11.14 | 14.89 | 15.92 | - |
| YUV | 100.2 | 131.27 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 117 | 106 | 0.44 | 0 | 0.09 | 0.54 | 167.31 | 0.29 | 0.36 |
| Hex | 41 | 75 | 6A | 2C | 0 | 9 | 36 | A7 | 1D | 24 |
| Octal | 101 | 165 | 152 | 54 | 0 | 11 | 66 | 247 | 35 | 44 |
| Binary | 1000001 | 1110101 | 1101010 | 101100 | 0 | 1001 | 110110 | 10100111 | 11101 | 100100 |
Color Harmonies of #41756A
Complementary color
Monochromatic Colors of #41756A
Black with #41756A
Text Example
Text Example
White with #41756A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41756A; }
p { color: rgb(65,117,106); }
H1.HeaderClassName
{
color: #41756A;
}
.AnyTagClassName
{
color: #41756A;
}
</style>
background-color css
<style>
a { background-color: #41756A; }
a { background-color: rgb(65,117,106); }
div.DivClassName
{
background-color: #41756A;
}
.BgClassName
{
background-color: #41756A;
}
</style>
border-color css
<style>
span { border-color: #41756A; }
span { border-color: rgb(65,117,106); }
td.TdClassName
{
border-color: #41756A;
}
.TagClassName
{
border-color: #41756A;
}
</style>