Shades of Dark Green Copper #527C72
Tints of Dark Green Copper #527C72
RGB
CMYK
RGB Variations
Color information
#527C72 (or 0x527C72) is known color: Dark Green Copper. HEX triplet: 52, 7C and 72. RGB value is (82,124,114). Sum of RGB (Red+Green+Blue) = 82+124+114=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 124 (48.83% from 255 or 38.75% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 124 - color contains mainly: green. Hex color #527C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527C72 is #AD838D. Grayscale: #6E6E6E. Windows color (decimal): -11371406 or 7502930. OLE color: 7502930.
HSL color Cylindrical-coordinate representation of color #527C72: hue angle of 165.71º 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 #527C72 is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 124 | 114 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.51 |
| HSL | 165.71º | 0.2% | 0.4% | - |
| HSV(B) | 165.71º | 0.34% | 0.49% | - |
| XYZ | 13.72 | 17.42 | 18.56 | - |
| YUV | 110.3 | 130.09 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 124 | 114 | 0.34 | 0 | 0.08 | 0.51 | 165.71 | 0.2 | 0.4 |
| Hex | 52 | 7C | 72 | 22 | 0 | 8 | 33 | A6 | 14 | 28 |
| Octal | 122 | 174 | 162 | 42 | 0 | 10 | 63 | 246 | 24 | 50 |
| Binary | 1010010 | 1111100 | 1110010 | 100010 | 0 | 1000 | 110011 | 10100110 | 10100 | 101000 |
Color Harmonies of #527C72
Complementary color
Monochromatic Colors of #527C72
Black with #527C72
Text Example
Text Example
White with #527C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527C72; }
p { color: rgb(82,124,114); }
H1.HeaderClassName
{
color: #527C72;
}
.AnyTagClassName
{
color: #527C72;
}
</style>
background-color css
<style>
a { background-color: #527C72; }
a { background-color: rgb(82,124,114); }
div.DivClassName
{
background-color: #527C72;
}
.BgClassName
{
background-color: #527C72;
}
</style>
border-color css
<style>
span { border-color: #527C72; }
span { border-color: rgb(82,124,114); }
td.TdClassName
{
border-color: #527C72;
}
.TagClassName
{
border-color: #527C72;
}
</style>