Shades of Dark Green Copper #46746A
Tints of Dark Green Copper #46746A
RGB
CMYK
RGB Variations
Color information
#46746A (or 0x46746A) is known color: Dark Green Copper. HEX triplet: 46, 74 and 6A. RGB value is (70,116,106). Sum of RGB (Red+Green+Blue) = 70+116+106=292 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.97% from 292); Green value is 116 (45.70% from 255 or 39.73% from 292); Blue value is 106 (41.80% from 255 or 36.30% from 292); Max value from RGB is 116 - color contains mainly: green. Hex color #46746A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46746A is #B98B95. Grayscale: #656565. Windows color (decimal): -12159894 or 6976582. OLE color: 6976582.
HSL color Cylindrical-coordinate representation of color #46746A: hue angle of 166.96º 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 #46746A is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 116 | 106 | - |
| CMYK | 0.40 | 0 | 0.09 | 0.55 |
| HSL | 166.96º | 0.25% | 0.36% | - |
| HSV(B) | 166.96º | 0.4% | 0.45% | - |
| XYZ | 11.37 | 14.83 | 15.9 | - |
| YUV | 101.11 | 130.76 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 116 | 106 | 0.40 | 0 | 0.09 | 0.55 | 166.96 | 0.25 | 0.36 |
| Hex | 46 | 74 | 6A | 28 | 0 | 9 | 37 | A7 | 19 | 24 |
| Octal | 106 | 164 | 152 | 50 | 0 | 11 | 67 | 247 | 31 | 44 |
| Binary | 1000110 | 1110100 | 1101010 | 101000 | 0 | 1001 | 110111 | 10100111 | 11001 | 100100 |
Color Harmonies of #46746A
Complementary color
Monochromatic Colors of #46746A
Black with #46746A
Text Example
Text Example
White with #46746A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46746A; }
p { color: rgb(70,116,106); }
H1.HeaderClassName
{
color: #46746A;
}
.AnyTagClassName
{
color: #46746A;
}
</style>
background-color css
<style>
a { background-color: #46746A; }
a { background-color: rgb(70,116,106); }
div.DivClassName
{
background-color: #46746A;
}
.BgClassName
{
background-color: #46746A;
}
</style>
border-color css
<style>
span { border-color: #46746A; }
span { border-color: rgb(70,116,106); }
td.TdClassName
{
border-color: #46746A;
}
.TagClassName
{
border-color: #46746A;
}
</style>