Shades of Dark Green Copper #527D73
Tints of Dark Green Copper #527D73
RGB
CMYK
RGB Variations
Color information
#527D73 (or 0x527D73) is known color: Dark Green Copper. HEX triplet: 52, 7D and 73. RGB value is (82,125,115). Sum of RGB (Red+Green+Blue) = 82+125+115=322 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.47% from 322); Green value is 125 (49.22% from 255 or 38.82% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 125 - color contains mainly: green. Hex color #527D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527D73 is #AD828C. Grayscale: #6F6F6F. Windows color (decimal): -11371149 or 7568722. OLE color: 7568722.
HSL color Cylindrical-coordinate representation of color #527D73: hue angle of 166.05º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #527D73 is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 125 | 115 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.51 |
| HSL | 166.05º | 0.21% | 0.41% | - |
| HSV(B) | 166.05º | 0.34% | 0.49% | - |
| XYZ | 13.91 | 17.7 | 18.9 | - |
| YUV | 111 | 130.25 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 125 | 115 | 0.34 | 0 | 0.08 | 0.51 | 166.05 | 0.21 | 0.41 |
| Hex | 52 | 7D | 73 | 22 | 0 | 8 | 33 | A6 | 15 | 29 |
| Octal | 122 | 175 | 163 | 42 | 0 | 10 | 63 | 246 | 25 | 51 |
| Binary | 1010010 | 1111101 | 1110011 | 100010 | 0 | 1000 | 110011 | 10100110 | 10101 | 101001 |
Color Harmonies of #527D73
Complementary color
Monochromatic Colors of #527D73
Black with #527D73
Text Example
Text Example
White with #527D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527D73; }
p { color: rgb(82,125,115); }
H1.HeaderClassName
{
color: #527D73;
}
.AnyTagClassName
{
color: #527D73;
}
</style>
background-color css
<style>
a { background-color: #527D73; }
a { background-color: rgb(82,125,115); }
div.DivClassName
{
background-color: #527D73;
}
.BgClassName
{
background-color: #527D73;
}
</style>
border-color css
<style>
span { border-color: #527D73; }
span { border-color: rgb(82,125,115); }
td.TdClassName
{
border-color: #527D73;
}
.TagClassName
{
border-color: #527D73;
}
</style>