Shades of Dark Green Copper #46746D
Tints of Dark Green Copper #46746D
RGB
CMYK
RGB Variations
Color information
#46746D (or 0x46746D) is known color: Dark Green Copper. HEX triplet: 46, 74 and 6D. RGB value is (70,116,109). Sum of RGB (Red+Green+Blue) = 70+116+109=295 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.73% from 295); Green value is 116 (45.70% from 255 or 39.32% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 116 - color contains mainly: green. Hex color #46746D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46746D is #B98B92. Grayscale: #656565. Windows color (decimal): -12159891 or 7173190. OLE color: 7173190.
HSL color Cylindrical-coordinate representation of color #46746D: hue angle of 170.87º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #46746D is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 116 | 109 | - |
| CMYK | 0.40 | 0 | 0.06 | 0.55 |
| HSL | 170.87º | 0.25% | 0.36% | - |
| HSV(B) | 170.87º | 0.4% | 0.45% | - |
| XYZ | 11.53 | 14.9 | 16.74 | - |
| YUV | 101.45 | 132.26 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 116 | 109 | 0.40 | 0 | 0.06 | 0.55 | 170.87 | 0.25 | 0.36 |
| Hex | 46 | 74 | 6D | 28 | 0 | 6 | 37 | AB | 19 | 24 |
| Octal | 106 | 164 | 155 | 50 | 0 | 6 | 67 | 253 | 31 | 44 |
| Binary | 1000110 | 1110100 | 1101101 | 101000 | 0 | 110 | 110111 | 10101011 | 11001 | 100100 |
Color Harmonies of #46746D
Complementary color
Monochromatic Colors of #46746D
Black with #46746D
Text Example
Text Example
White with #46746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46746D; }
p { color: rgb(70,116,109); }
H1.HeaderClassName
{
color: #46746D;
}
.AnyTagClassName
{
color: #46746D;
}
</style>
background-color css
<style>
a { background-color: #46746D; }
a { background-color: rgb(70,116,109); }
div.DivClassName
{
background-color: #46746D;
}
.BgClassName
{
background-color: #46746D;
}
</style>
border-color css
<style>
span { border-color: #46746D; }
span { border-color: rgb(70,116,109); }
td.TdClassName
{
border-color: #46746D;
}
.TagClassName
{
border-color: #46746D;
}
</style>