Shades of Dark Green Copper #46706D
Tints of Dark Green Copper #46706D
RGB
CMYK
RGB Variations
Color information
#46706D (or 0x46706D) is known color: Dark Green Copper. HEX triplet: 46, 70 and 6D. RGB value is (70,112,109). Sum of RGB (Red+Green+Blue) = 70+112+109=291 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.05% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 112 - color contains mainly: green. Hex color #46706D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46706D is #B98F92. Grayscale: #636363. Windows color (decimal): -12160915 or 7172166. OLE color: 7172166.
HSL color Cylindrical-coordinate representation of color #46706D: hue angle of 175.71º 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 #46706D is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 112 | 109 | - |
| CMYK | 0.38 | 0 | 0.03 | 0.56 |
| HSL | 175.71º | 0.23% | 0.36% | - |
| HSV(B) | 175.71º | 0.38% | 0.44% | - |
| XYZ | 11.08 | 13.99 | 16.59 | - |
| YUV | 99.1 | 133.59 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 112 | 109 | 0.38 | 0 | 0.03 | 0.56 | 175.71 | 0.23 | 0.36 |
| Hex | 46 | 70 | 6D | 26 | 0 | 3 | 38 | B0 | 17 | 24 |
| Octal | 106 | 160 | 155 | 46 | 0 | 3 | 70 | 260 | 27 | 44 |
| Binary | 1000110 | 1110000 | 1101101 | 100110 | 0 | 11 | 111000 | 10110000 | 10111 | 100100 |
Color Harmonies of #46706D
Complementary color
Monochromatic Colors of #46706D
Black with #46706D
Text Example
Text Example
White with #46706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46706D; }
p { color: rgb(70,112,109); }
H1.HeaderClassName
{
color: #46706D;
}
.AnyTagClassName
{
color: #46706D;
}
</style>
background-color css
<style>
a { background-color: #46706D; }
a { background-color: rgb(70,112,109); }
div.DivClassName
{
background-color: #46706D;
}
.BgClassName
{
background-color: #46706D;
}
</style>
border-color css
<style>
span { border-color: #46706D; }
span { border-color: rgb(70,112,109); }
td.TdClassName
{
border-color: #46706D;
}
.TagClassName
{
border-color: #46706D;
}
</style>