Shades of Dark Green Copper #527970
Tints of Dark Green Copper #527970
RGB
CMYK
RGB Variations
Color information
#527970 (or 0x527970) is known color: Dark Green Copper. HEX triplet: 52, 79 and 70. RGB value is (82,121,112). Sum of RGB (Red+Green+Blue) = 82+121+112=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 121 (47.66% from 255 or 38.41% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 121 - color contains mainly: green. Hex color #527970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527970 is #AD868F. Grayscale: #6C6C6C. Windows color (decimal): -11372176 or 7371090. OLE color: 7371090.
HSL color Cylindrical-coordinate representation of color #527970: hue angle of 166.15º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #527970 is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 82 | 121 | 112 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.53 |
| HSL | 166.15º | 0.19% | 0.4% | - |
| HSV(B) | 166.15º | 0.32% | 0.47% | - |
| XYZ | 13.24 | 16.64 | 17.84 | - |
| YUV | 108.31 | 130.08 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 121 | 112 | 0.32 | 0 | 0.07 | 0.53 | 166.15 | 0.19 | 0.4 |
| Hex | 52 | 79 | 70 | 20 | 0 | 7 | 35 | A6 | 13 | 28 |
| Octal | 122 | 171 | 160 | 40 | 0 | 7 | 65 | 246 | 23 | 50 |
| Binary | 1010010 | 1111001 | 1110000 | 100000 | 0 | 111 | 110101 | 10100110 | 10011 | 101000 |
Color Harmonies of #527970
Complementary color
Monochromatic Colors of #527970
Black with #527970
Text Example
Text Example
White with #527970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527970; }
p { color: rgb(82,121,112); }
H1.HeaderClassName
{
color: #527970;
}
.AnyTagClassName
{
color: #527970;
}
</style>
background-color css
<style>
a { background-color: #527970; }
a { background-color: rgb(82,121,112); }
div.DivClassName
{
background-color: #527970;
}
.BgClassName
{
background-color: #527970;
}
</style>
border-color css
<style>
span { border-color: #527970; }
span { border-color: rgb(82,121,112); }
td.TdClassName
{
border-color: #527970;
}
.TagClassName
{
border-color: #527970;
}
</style>