Shades of Dark Green Copper #41776D
Tints of Dark Green Copper #41776D
RGB
CMYK
RGB Variations
Color information
#41776D (or 0x41776D) is known color: Dark Green Copper. HEX triplet: 41, 77 and 6D. RGB value is (65,119,109). Sum of RGB (Red+Green+Blue) = 65+119+109=293 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.18% from 293); Green value is 119 (46.88% from 255 or 40.61% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 119 - color contains mainly: green. Hex color #41776D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41776D is #BE8892. Grayscale: #656565. Windows color (decimal): -12486803 or 7173953. OLE color: 7173953.
HSL color Cylindrical-coordinate representation of color #41776D: hue angle of 168.89º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #41776D is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 65 | 119 | 109 | - |
| CMYK | 0.45 | 0 | 0.08 | 0.53 |
| HSL | 168.89º | 0.29% | 0.36% | - |
| HSV(B) | 168.89º | 0.45% | 0.47% | - |
| XYZ | 11.54 | 15.42 | 16.84 | - |
| YUV | 101.71 | 132.11 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 119 | 109 | 0.45 | 0 | 0.08 | 0.53 | 168.89 | 0.29 | 0.36 |
| Hex | 41 | 77 | 6D | 2D | 0 | 8 | 35 | A9 | 1D | 24 |
| Octal | 101 | 167 | 155 | 55 | 0 | 10 | 65 | 251 | 35 | 44 |
| Binary | 1000001 | 1110111 | 1101101 | 101101 | 0 | 1000 | 110101 | 10101001 | 11101 | 100100 |
Color Harmonies of #41776D
Complementary color
Monochromatic Colors of #41776D
Black with #41776D
Text Example
Text Example
White with #41776D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41776D; }
p { color: rgb(65,119,109); }
H1.HeaderClassName
{
color: #41776D;
}
.AnyTagClassName
{
color: #41776D;
}
</style>
background-color css
<style>
a { background-color: #41776D; }
a { background-color: rgb(65,119,109); }
div.DivClassName
{
background-color: #41776D;
}
.BgClassName
{
background-color: #41776D;
}
</style>
border-color css
<style>
span { border-color: #41776D; }
span { border-color: rgb(65,119,109); }
td.TdClassName
{
border-color: #41776D;
}
.TagClassName
{
border-color: #41776D;
}
</style>