Shades of Dark Green Copper #506862
Tints of Dark Green Copper #506862
RGB
CMYK
RGB Variations
Color information
#506862 (or 0x506862) is known color: Dark Green Copper. HEX triplet: 50, 68 and 62. RGB value is (80,104,98). Sum of RGB (Red+Green+Blue) = 80+104+98=282 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.37% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 98 (38.67% from 255 or 34.75% from 282); Max value from RGB is 104 - color contains mainly: green. Hex color #506862 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506862 is #AF979D. Grayscale: #606060. Windows color (decimal): -11507614 or 6449232. OLE color: 6449232.
HSL color Cylindrical-coordinate representation of color #506862: hue angle of 165º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #506862 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 104 | 98 | - |
| CMYK | 0.23 | 0 | 0.06 | 0.59 |
| HSL | 165º | 0.13% | 0.36% | - |
| HSV(B) | 165º | 0.23% | 0.41% | - |
| XYZ | 10.46 | 12.49 | 13.41 | - |
| YUV | 96.14 | 129.05 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 104 | 98 | 0.23 | 0 | 0.06 | 0.59 | 165 | 0.13 | 0.36 |
| Hex | 50 | 68 | 62 | 17 | 0 | 6 | 3B | A5 | D | 24 |
| Octal | 120 | 150 | 142 | 27 | 0 | 6 | 73 | 245 | 15 | 44 |
| Binary | 1010000 | 1101000 | 1100010 | 10111 | 0 | 110 | 111011 | 10100101 | 1101 | 100100 |
Color Harmonies of #506862
Complementary color
Monochromatic Colors of #506862
Black with #506862
Text Example
Text Example
White with #506862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506862; }
p { color: rgb(80,104,98); }
H1.HeaderClassName
{
color: #506862;
}
.AnyTagClassName
{
color: #506862;
}
</style>
background-color css
<style>
a { background-color: #506862; }
a { background-color: rgb(80,104,98); }
div.DivClassName
{
background-color: #506862;
}
.BgClassName
{
background-color: #506862;
}
</style>
border-color css
<style>
span { border-color: #506862; }
span { border-color: rgb(80,104,98); }
td.TdClassName
{
border-color: #506862;
}
.TagClassName
{
border-color: #506862;
}
</style>