Shades of Dark Green Copper #46716E
Tints of Dark Green Copper #46716E
RGB
CMYK
RGB Variations
Color information
#46716E (or 0x46716E) is known color: Dark Green Copper. HEX triplet: 46, 71 and 6E. RGB value is (70,113,110). Sum of RGB (Red+Green+Blue) = 70+113+110=293 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.89% from 293); Green value is 113 (44.53% from 255 or 38.57% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 113 - color contains mainly: green. Hex color #46716E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46716E is #B98E91. Grayscale: #636363. Windows color (decimal): -12160658 or 7237958. OLE color: 7237958.
HSL color Cylindrical-coordinate representation of color #46716E: hue angle of 175.81º 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 #46716E is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 113 | 110 | - |
| CMYK | 0.38 | 0 | 0.03 | 0.56 |
| HSL | 175.81º | 0.23% | 0.36% | - |
| HSV(B) | 175.81º | 0.38% | 0.44% | - |
| XYZ | 11.25 | 14.24 | 16.91 | - |
| YUV | 99.8 | 133.75 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 113 | 110 | 0.38 | 0 | 0.03 | 0.56 | 175.81 | 0.23 | 0.36 |
| Hex | 46 | 71 | 6E | 26 | 0 | 3 | 38 | B0 | 17 | 24 |
| Octal | 106 | 161 | 156 | 46 | 0 | 3 | 70 | 260 | 27 | 44 |
| Binary | 1000110 | 1110001 | 1101110 | 100110 | 0 | 11 | 111000 | 10110000 | 10111 | 100100 |
Color Harmonies of #46716E
Complementary color
Monochromatic Colors of #46716E
Black with #46716E
Text Example
Text Example
White with #46716E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46716E; }
p { color: rgb(70,113,110); }
H1.HeaderClassName
{
color: #46716E;
}
.AnyTagClassName
{
color: #46716E;
}
</style>
background-color css
<style>
a { background-color: #46716E; }
a { background-color: rgb(70,113,110); }
div.DivClassName
{
background-color: #46716E;
}
.BgClassName
{
background-color: #46716E;
}
</style>
border-color css
<style>
span { border-color: #46716E; }
span { border-color: rgb(70,113,110); }
td.TdClassName
{
border-color: #46716E;
}
.TagClassName
{
border-color: #46716E;
}
</style>