Shades of Dark Green Copper #527D74
Tints of Dark Green Copper #527D74
RGB
CMYK
RGB Variations
Color information
#527D74 (or 0x527D74) is known color: Dark Green Copper. HEX triplet: 52, 7D and 74. RGB value is (82,125,116). Sum of RGB (Red+Green+Blue) = 82+125+116=323 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.39% from 323); Green value is 125 (49.22% from 255 or 38.70% from 323); Blue value is 116 (45.70% from 255 or 35.91% from 323); Max value from RGB is 125 - color contains mainly: green. Hex color #527D74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527D74 is #AD828B. Grayscale: #6F6F6F. Windows color (decimal): -11371148 or 7634258. OLE color: 7634258.
HSL color Cylindrical-coordinate representation of color #527D74: hue angle of 167.44º 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 #527D74 is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 125 | 116 | - |
| CMYK | 0.34 | 0 | 0.07 | 0.51 |
| HSL | 167.44º | 0.21% | 0.41% | - |
| HSV(B) | 167.44º | 0.34% | 0.49% | - |
| XYZ | 13.97 | 17.72 | 19.21 | - |
| YUV | 111.12 | 130.75 | 107.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 125 | 116 | 0.34 | 0 | 0.07 | 0.51 | 167.44 | 0.21 | 0.41 |
| Hex | 52 | 7D | 74 | 22 | 0 | 7 | 33 | A7 | 15 | 29 |
| Octal | 122 | 175 | 164 | 42 | 0 | 7 | 63 | 247 | 25 | 51 |
| Binary | 1010010 | 1111101 | 1110100 | 100010 | 0 | 111 | 110011 | 10100111 | 10101 | 101001 |
Color Harmonies of #527D74
Complementary color
Monochromatic Colors of #527D74
Black with #527D74
Text Example
Text Example
White with #527D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527D74; }
p { color: rgb(82,125,116); }
H1.HeaderClassName
{
color: #527D74;
}
.AnyTagClassName
{
color: #527D74;
}
</style>
background-color css
<style>
a { background-color: #527D74; }
a { background-color: rgb(82,125,116); }
div.DivClassName
{
background-color: #527D74;
}
.BgClassName
{
background-color: #527D74;
}
</style>
border-color css
<style>
span { border-color: #527D74; }
span { border-color: rgb(82,125,116); }
td.TdClassName
{
border-color: #527D74;
}
.TagClassName
{
border-color: #527D74;
}
</style>