Shades of Dark Green Copper #527C70
Tints of Dark Green Copper #527C70
RGB
CMYK
RGB Variations
Color information
#527C70 (or 0x527C70) is known color: Dark Green Copper. HEX triplet: 52, 7C and 70. RGB value is (82,124,112). Sum of RGB (Red+Green+Blue) = 82+124+112=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 124 (48.83% from 255 or 38.99% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 124 - color contains mainly: green. Hex color #527C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527C70 is #AD838F. Grayscale: #6E6E6E. Windows color (decimal): -11371408 or 7371858. OLE color: 7371858.
HSL color Cylindrical-coordinate representation of color #527C70: hue angle of 162.86º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #527C70 is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 124 | 112 | - |
| CMYK | 0.34 | 0 | 0.10 | 0.51 |
| HSL | 162.86º | 0.2% | 0.4% | - |
| HSV(B) | 162.86º | 0.34% | 0.49% | - |
| XYZ | 13.61 | 17.38 | 17.97 | - |
| YUV | 110.07 | 129.09 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 124 | 112 | 0.34 | 0 | 0.10 | 0.51 | 162.86 | 0.2 | 0.4 |
| Hex | 52 | 7C | 70 | 22 | 0 | A | 33 | A3 | 14 | 28 |
| Octal | 122 | 174 | 160 | 42 | 0 | 12 | 63 | 243 | 24 | 50 |
| Binary | 1010010 | 1111100 | 1110000 | 100010 | 0 | 1010 | 110011 | 10100011 | 10100 | 101000 |
Color Harmonies of #527C70
Complementary color
Monochromatic Colors of #527C70
Black with #527C70
Text Example
Text Example
White with #527C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527C70; }
p { color: rgb(82,124,112); }
H1.HeaderClassName
{
color: #527C70;
}
.AnyTagClassName
{
color: #527C70;
}
</style>
background-color css
<style>
a { background-color: #527C70; }
a { background-color: rgb(82,124,112); }
div.DivClassName
{
background-color: #527C70;
}
.BgClassName
{
background-color: #527C70;
}
</style>
border-color css
<style>
span { border-color: #527C70; }
span { border-color: rgb(82,124,112); }
td.TdClassName
{
border-color: #527C70;
}
.TagClassName
{
border-color: #527C70;
}
</style>