Shades of Dark Green Copper #467773
Tints of Dark Green Copper #467773
RGB
CMYK
RGB Variations
Color information
#467773 (or 0x467773) is known color: Dark Green Copper. HEX triplet: 46, 77 and 73. RGB value is (70,119,115). Sum of RGB (Red+Green+Blue) = 70+119+115=304 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.03% from 304); Green value is 119 (46.88% from 255 or 39.14% from 304); Blue value is 115 (45.31% from 255 or 37.83% from 304); Max value from RGB is 119 - color contains mainly: green. Hex color #467773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467773 is #B9888C. Grayscale: #676767. Windows color (decimal): -12159117 or 7567174. OLE color: 7567174.
HSL color Cylindrical-coordinate representation of color #467773: hue angle of 175.1º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #467773 is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 70 | 119 | 115 | - |
| CMYK | 0.41 | 0 | 0.03 | 0.53 |
| HSL | 175.1º | 0.26% | 0.37% | - |
| HSV(B) | 175.1º | 0.41% | 0.47% | - |
| XYZ | 12.22 | 15.73 | 18.61 | - |
| YUV | 103.89 | 134.27 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 119 | 115 | 0.41 | 0 | 0.03 | 0.53 | 175.1 | 0.26 | 0.37 |
| Hex | 46 | 77 | 73 | 29 | 0 | 3 | 35 | AF | 1A | 25 |
| Octal | 106 | 167 | 163 | 51 | 0 | 3 | 65 | 257 | 32 | 45 |
| Binary | 1000110 | 1110111 | 1110011 | 101001 | 0 | 11 | 110101 | 10101111 | 11010 | 100101 |
Color Harmonies of #467773
Complementary color
Monochromatic Colors of #467773
Black with #467773
Text Example
Text Example
White with #467773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467773; }
p { color: rgb(70,119,115); }
H1.HeaderClassName
{
color: #467773;
}
.AnyTagClassName
{
color: #467773;
}
</style>
background-color css
<style>
a { background-color: #467773; }
a { background-color: rgb(70,119,115); }
div.DivClassName
{
background-color: #467773;
}
.BgClassName
{
background-color: #467773;
}
</style>
border-color css
<style>
span { border-color: #467773; }
span { border-color: rgb(70,119,115); }
td.TdClassName
{
border-color: #467773;
}
.TagClassName
{
border-color: #467773;
}
</style>