Shades of Dark Green Copper #41706A
Tints of Dark Green Copper #41706A
RGB
CMYK
RGB Variations
Color information
#41706A (or 0x41706A) is known color: Dark Green Copper. HEX triplet: 41, 70 and 6A. RGB value is (65,112,106). Sum of RGB (Red+Green+Blue) = 65+112+106=283 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.97% from 283); Green value is 112 (44.14% from 255 or 39.58% from 283); Blue value is 106 (41.80% from 255 or 37.46% from 283); Max value from RGB is 112 - color contains mainly: green. Hex color #41706A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41706A is #BE8F95. Grayscale: #616161. Windows color (decimal): -12488598 or 6975553. OLE color: 6975553.
HSL color Cylindrical-coordinate representation of color #41706A: hue angle of 172.34º 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 #41706A is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 65 | 112 | 106 | - |
| CMYK | 0.42 | 0 | 0.05 | 0.56 |
| HSL | 172.34º | 0.27% | 0.35% | - |
| HSV(B) | 172.34º | 0.42% | 0.44% | - |
| XYZ | 10.58 | 13.75 | 15.73 | - |
| YUV | 97.26 | 132.93 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 112 | 106 | 0.42 | 0 | 0.05 | 0.56 | 172.34 | 0.27 | 0.35 |
| Hex | 41 | 70 | 6A | 2A | 0 | 5 | 38 | AC | 1B | 23 |
| Octal | 101 | 160 | 152 | 52 | 0 | 5 | 70 | 254 | 33 | 43 |
| Binary | 1000001 | 1110000 | 1101010 | 101010 | 0 | 101 | 111000 | 10101100 | 11011 | 100011 |
Color Harmonies of #41706A
Complementary color
Monochromatic Colors of #41706A
Black with #41706A
Text Example
Text Example
White with #41706A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41706A; }
p { color: rgb(65,112,106); }
H1.HeaderClassName
{
color: #41706A;
}
.AnyTagClassName
{
color: #41706A;
}
</style>
background-color css
<style>
a { background-color: #41706A; }
a { background-color: rgb(65,112,106); }
div.DivClassName
{
background-color: #41706A;
}
.BgClassName
{
background-color: #41706A;
}
</style>
border-color css
<style>
span { border-color: #41706A; }
span { border-color: rgb(65,112,106); }
td.TdClassName
{
border-color: #41706A;
}
.TagClassName
{
border-color: #41706A;
}
</style>