Shades of Dark Green Copper #46706E
Tints of Dark Green Copper #46706E
RGB
CMYK
RGB Variations
Color information
#46706E (or 0x46706E) is known color: Dark Green Copper. HEX triplet: 46, 70 and 6E. RGB value is (70,112,110). Sum of RGB (Red+Green+Blue) = 70+112+110=292 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.97% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 110 (43.36% from 255 or 37.67% from 292); Max value from RGB is 112 - color contains mainly: green. Hex color #46706E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46706E is #B98F91. Grayscale: #636363. Windows color (decimal): -12160914 or 7237702. OLE color: 7237702.
HSL color Cylindrical-coordinate representation of color #46706E: hue angle of 177.14º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #46706E is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 112 | 110 | - |
| CMYK | 0.38 | 0 | 0.02 | 0.56 |
| HSL | 177.14º | 0.23% | 0.36% | - |
| HSV(B) | 177.14º | 0.38% | 0.44% | - |
| XYZ | 11.13 | 14.02 | 16.87 | - |
| YUV | 99.21 | 134.09 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 112 | 110 | 0.38 | 0 | 0.02 | 0.56 | 177.14 | 0.23 | 0.36 |
| Hex | 46 | 70 | 6E | 26 | 0 | 2 | 38 | B1 | 17 | 24 |
| Octal | 106 | 160 | 156 | 46 | 0 | 2 | 70 | 261 | 27 | 44 |
| Binary | 1000110 | 1110000 | 1101110 | 100110 | 0 | 10 | 111000 | 10110001 | 10111 | 100100 |
Color Harmonies of #46706E
Complementary color
Monochromatic Colors of #46706E
Black with #46706E
Text Example
Text Example
White with #46706E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46706E; }
p { color: rgb(70,112,110); }
H1.HeaderClassName
{
color: #46706E;
}
.AnyTagClassName
{
color: #46706E;
}
</style>
background-color css
<style>
a { background-color: #46706E; }
a { background-color: rgb(70,112,110); }
div.DivClassName
{
background-color: #46706E;
}
.BgClassName
{
background-color: #46706E;
}
</style>
border-color css
<style>
span { border-color: #46706E; }
span { border-color: rgb(70,112,110); }
td.TdClassName
{
border-color: #46706E;
}
.TagClassName
{
border-color: #46706E;
}
</style>