Shades of Dark Green Copper #46736D
Tints of Dark Green Copper #46736D
RGB
CMYK
RGB Variations
Color information
#46736D (or 0x46736D) is known color: Dark Green Copper. HEX triplet: 46, 73 and 6D. RGB value is (70,115,109). Sum of RGB (Red+Green+Blue) = 70+115+109=294 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.81% from 294); Green value is 115 (45.31% from 255 or 39.12% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 115 - color contains mainly: green. Hex color #46736D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46736D is #B98C92. Grayscale: #646464. Windows color (decimal): -12160147 or 7172934. OLE color: 7172934.
HSL color Cylindrical-coordinate representation of color #46736D: hue angle of 172º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #46736D is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 115 | 109 | - |
| CMYK | 0.39 | 0 | 0.05 | 0.55 |
| HSL | 172º | 0.24% | 0.36% | - |
| HSV(B) | 172º | 0.39% | 0.45% | - |
| XYZ | 11.42 | 14.67 | 16.7 | - |
| YUV | 100.86 | 132.59 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 115 | 109 | 0.39 | 0 | 0.05 | 0.55 | 172 | 0.24 | 0.36 |
| Hex | 46 | 73 | 6D | 27 | 0 | 5 | 37 | AC | 18 | 24 |
| Octal | 106 | 163 | 155 | 47 | 0 | 5 | 67 | 254 | 30 | 44 |
| Binary | 1000110 | 1110011 | 1101101 | 100111 | 0 | 101 | 110111 | 10101100 | 11000 | 100100 |
Color Harmonies of #46736D
Complementary color
Monochromatic Colors of #46736D
Black with #46736D
Text Example
Text Example
White with #46736D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46736D; }
p { color: rgb(70,115,109); }
H1.HeaderClassName
{
color: #46736D;
}
.AnyTagClassName
{
color: #46736D;
}
</style>
background-color css
<style>
a { background-color: #46736D; }
a { background-color: rgb(70,115,109); }
div.DivClassName
{
background-color: #46736D;
}
.BgClassName
{
background-color: #46736D;
}
</style>
border-color css
<style>
span { border-color: #46736D; }
span { border-color: rgb(70,115,109); }
td.TdClassName
{
border-color: #46736D;
}
.TagClassName
{
border-color: #46736D;
}
</style>