Shades of Dark Green Copper #527A70
Tints of Dark Green Copper #527A70
RGB
CMYK
RGB Variations
Color information
#527A70 (or 0x527A70) is known color: Dark Green Copper. HEX triplet: 52, 7A and 70. RGB value is (82,122,112). Sum of RGB (Red+Green+Blue) = 82+122+112=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 122 (48.05% from 255 or 38.61% from 316); Blue value is 112 (44.14% from 255 or 35.44% from 316); Max value from RGB is 122 - color contains mainly: green. Hex color #527A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527A70 is #AD858F. Grayscale: #6C6C6C. Windows color (decimal): -11371920 or 7371346. OLE color: 7371346.
HSL color Cylindrical-coordinate representation of color #527A70: hue angle of 165º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #527A70 is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 82 | 122 | 112 | - |
| CMYK | 0.33 | 0 | 0.08 | 0.52 |
| HSL | 165º | 0.2% | 0.4% | - |
| HSV(B) | 165º | 0.33% | 0.48% | - |
| XYZ | 13.36 | 16.88 | 17.88 | - |
| YUV | 108.9 | 129.75 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 122 | 112 | 0.33 | 0 | 0.08 | 0.52 | 165 | 0.2 | 0.4 |
| Hex | 52 | 7A | 70 | 21 | 0 | 8 | 34 | A5 | 14 | 28 |
| Octal | 122 | 172 | 160 | 41 | 0 | 10 | 64 | 245 | 24 | 50 |
| Binary | 1010010 | 1111010 | 1110000 | 100001 | 0 | 1000 | 110100 | 10100101 | 10100 | 101000 |
Color Harmonies of #527A70
Complementary color
Monochromatic Colors of #527A70
Black with #527A70
Text Example
Text Example
White with #527A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527A70; }
p { color: rgb(82,122,112); }
H1.HeaderClassName
{
color: #527A70;
}
.AnyTagClassName
{
color: #527A70;
}
</style>
background-color css
<style>
a { background-color: #527A70; }
a { background-color: rgb(82,122,112); }
div.DivClassName
{
background-color: #527A70;
}
.BgClassName
{
background-color: #527A70;
}
</style>
border-color css
<style>
span { border-color: #527A70; }
span { border-color: rgb(82,122,112); }
td.TdClassName
{
border-color: #527A70;
}
.TagClassName
{
border-color: #527A70;
}
</style>