Shades of Dark Green Copper #466862
Tints of Dark Green Copper #466862
RGB
CMYK
RGB Variations
Color information
#466862 (or 0x466862) is known color: Dark Green Copper. HEX triplet: 46, 68 and 62. RGB value is (70,104,98). Sum of RGB (Red+Green+Blue) = 70+104+98=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 104 (41.02% from 255 or 38.24% from 272); Blue value is 98 (38.67% from 255 or 36.03% from 272); Max value from RGB is 104 - color contains mainly: green. Hex color #466862 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466862 is #B9979D. Grayscale: #5D5D5D. Windows color (decimal): -12162974 or 6449222. OLE color: 6449222.
HSL color Cylindrical-coordinate representation of color #466862: hue angle of 169.41º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #466862 is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 70 | 104 | 98 | - |
| CMYK | 0.33 | 0 | 0.06 | 0.59 |
| HSL | 169.41º | 0.2% | 0.34% | - |
| HSV(B) | 169.41º | 0.33% | 0.41% | - |
| XYZ | 9.68 | 12.08 | 13.38 | - |
| YUV | 93.15 | 130.74 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 104 | 98 | 0.33 | 0 | 0.06 | 0.59 | 169.41 | 0.2 | 0.34 |
| Hex | 46 | 68 | 62 | 21 | 0 | 6 | 3B | A9 | 14 | 22 |
| Octal | 106 | 150 | 142 | 41 | 0 | 6 | 73 | 251 | 24 | 42 |
| Binary | 1000110 | 1101000 | 1100010 | 100001 | 0 | 110 | 111011 | 10101001 | 10100 | 100010 |
Color Harmonies of #466862
Complementary color
Monochromatic Colors of #466862
Black with #466862
Text Example
Text Example
White with #466862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466862; }
p { color: rgb(70,104,98); }
H1.HeaderClassName
{
color: #466862;
}
.AnyTagClassName
{
color: #466862;
}
</style>
background-color css
<style>
a { background-color: #466862; }
a { background-color: rgb(70,104,98); }
div.DivClassName
{
background-color: #466862;
}
.BgClassName
{
background-color: #466862;
}
</style>
border-color css
<style>
span { border-color: #466862; }
span { border-color: rgb(70,104,98); }
td.TdClassName
{
border-color: #466862;
}
.TagClassName
{
border-color: #466862;
}
</style>