Shades of Dark Green Copper #526A63
Tints of Dark Green Copper #526A63
RGB
CMYK
RGB Variations
Color information
#526A63 (or 0x526A63) is known color: Dark Green Copper. HEX triplet: 52, 6A and 63. RGB value is (82,106,99). Sum of RGB (Red+Green+Blue) = 82+106+99=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 106 (41.80% from 255 or 36.93% from 287); Blue value is 99 (39.06% from 255 or 34.49% from 287); Max value from RGB is 106 - color contains mainly: green. Hex color #526A63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526A63 is #AD959C. Grayscale: #626262. Windows color (decimal): -11376029 or 6515282. OLE color: 6515282.
HSL color Cylindrical-coordinate representation of color #526A63: hue angle of 162.5º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #526A63 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 106 | 99 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.58 |
| HSL | 162.5º | 0.13% | 0.37% | - |
| HSV(B) | 162.5º | 0.23% | 0.42% | - |
| XYZ | 10.89 | 13 | 13.74 | - |
| YUV | 98.03 | 128.55 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 106 | 99 | 0.23 | 0 | 0.07 | 0.58 | 162.5 | 0.13 | 0.37 |
| Hex | 52 | 6A | 63 | 17 | 0 | 7 | 3A | A2 | D | 25 |
| Octal | 122 | 152 | 143 | 27 | 0 | 7 | 72 | 242 | 15 | 45 |
| Binary | 1010010 | 1101010 | 1100011 | 10111 | 0 | 111 | 111010 | 10100010 | 1101 | 100101 |
Color Harmonies of #526A63
Complementary color
Monochromatic Colors of #526A63
Black with #526A63
Text Example
Text Example
White with #526A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526A63; }
p { color: rgb(82,106,99); }
H1.HeaderClassName
{
color: #526A63;
}
.AnyTagClassName
{
color: #526A63;
}
</style>
background-color css
<style>
a { background-color: #526A63; }
a { background-color: rgb(82,106,99); }
div.DivClassName
{
background-color: #526A63;
}
.BgClassName
{
background-color: #526A63;
}
</style>
border-color css
<style>
span { border-color: #526A63; }
span { border-color: rgb(82,106,99); }
td.TdClassName
{
border-color: #526A63;
}
.TagClassName
{
border-color: #526A63;
}
</style>