Shades of Dark Green Copper #46716C
Tints of Dark Green Copper #46716C
RGB
CMYK
RGB Variations
Color information
#46716C (or 0x46716C) is known color: Dark Green Copper. HEX triplet: 46, 71 and 6C. RGB value is (70,113,108). Sum of RGB (Red+Green+Blue) = 70+113+108=291 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.05% from 291); Green value is 113 (44.53% from 255 or 38.83% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 113 - color contains mainly: green. Hex color #46716C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46716C is #B98E93. Grayscale: #636363. Windows color (decimal): -12160660 or 7106886. OLE color: 7106886.
HSL color Cylindrical-coordinate representation of color #46716C: hue angle of 173.02º 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 #46716C is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 113 | 108 | - |
| CMYK | 0.38 | 0 | 0.04 | 0.56 |
| HSL | 173.02º | 0.23% | 0.36% | - |
| HSV(B) | 173.02º | 0.38% | 0.44% | - |
| XYZ | 11.14 | 14.2 | 16.34 | - |
| YUV | 99.57 | 132.75 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 113 | 108 | 0.38 | 0 | 0.04 | 0.56 | 173.02 | 0.23 | 0.36 |
| Hex | 46 | 71 | 6C | 26 | 0 | 4 | 38 | AD | 17 | 24 |
| Octal | 106 | 161 | 154 | 46 | 0 | 4 | 70 | 255 | 27 | 44 |
| Binary | 1000110 | 1110001 | 1101100 | 100110 | 0 | 100 | 111000 | 10101101 | 10111 | 100100 |
Color Harmonies of #46716C
Complementary color
Monochromatic Colors of #46716C
Black with #46716C
Text Example
Text Example
White with #46716C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46716C; }
p { color: rgb(70,113,108); }
H1.HeaderClassName
{
color: #46716C;
}
.AnyTagClassName
{
color: #46716C;
}
</style>
background-color css
<style>
a { background-color: #46716C; }
a { background-color: rgb(70,113,108); }
div.DivClassName
{
background-color: #46716C;
}
.BgClassName
{
background-color: #46716C;
}
</style>
border-color css
<style>
span { border-color: #46716C; }
span { border-color: rgb(70,113,108); }
td.TdClassName
{
border-color: #46716C;
}
.TagClassName
{
border-color: #46716C;
}
</style>