Shades of Dark Green Copper #467973
Tints of Dark Green Copper #467973
RGB
CMYK
RGB Variations
Color information
#467973 (or 0x467973) is known color: Dark Green Copper. HEX triplet: 46, 79 and 73. RGB value is (70,121,115). Sum of RGB (Red+Green+Blue) = 70+121+115=306 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.88% from 306); Green value is 121 (47.66% from 255 or 39.54% from 306); Blue value is 115 (45.31% from 255 or 37.58% from 306); Max value from RGB is 121 - color contains mainly: green. Hex color #467973 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467973 is #B9868C. Grayscale: #696969. Windows color (decimal): -12158605 or 7567686. OLE color: 7567686.
HSL color Cylindrical-coordinate representation of color #467973: hue angle of 172.94º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #467973 is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 70 | 121 | 115 | - |
| CMYK | 0.42 | 0 | 0.05 | 0.53 |
| HSL | 172.94º | 0.27% | 0.37% | - |
| HSV(B) | 172.94º | 0.42% | 0.47% | - |
| XYZ | 12.46 | 16.21 | 18.69 | - |
| YUV | 105.07 | 133.6 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 121 | 115 | 0.42 | 0 | 0.05 | 0.53 | 172.94 | 0.27 | 0.37 |
| Hex | 46 | 79 | 73 | 2A | 0 | 5 | 35 | AD | 1B | 25 |
| Octal | 106 | 171 | 163 | 52 | 0 | 5 | 65 | 255 | 33 | 45 |
| Binary | 1000110 | 1111001 | 1110011 | 101010 | 0 | 101 | 110101 | 10101101 | 11011 | 100101 |
Color Harmonies of #467973
Complementary color
Monochromatic Colors of #467973
Black with #467973
Text Example
Text Example
White with #467973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467973; }
p { color: rgb(70,121,115); }
H1.HeaderClassName
{
color: #467973;
}
.AnyTagClassName
{
color: #467973;
}
</style>
background-color css
<style>
a { background-color: #467973; }
a { background-color: rgb(70,121,115); }
div.DivClassName
{
background-color: #467973;
}
.BgClassName
{
background-color: #467973;
}
</style>
border-color css
<style>
span { border-color: #467973; }
span { border-color: rgb(70,121,115); }
td.TdClassName
{
border-color: #467973;
}
.TagClassName
{
border-color: #467973;
}
</style>