Shades of Dark Green Copper #526F66
Tints of Dark Green Copper #526F66
RGB
CMYK
RGB Variations
Color information
#526F66 (or 0x526F66) is known color: Dark Green Copper. HEX triplet: 52, 6F and 66. RGB value is (82,111,102). Sum of RGB (Red+Green+Blue) = 82+111+102=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 111 (43.75% from 255 or 37.63% from 295); Blue value is 102 (40.23% from 255 or 34.58% from 295); Max value from RGB is 111 - color contains mainly: green. Hex color #526F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526F66 is #AD9099. Grayscale: #656565. Windows color (decimal): -11374746 or 6713170. OLE color: 6713170.
HSL color Cylindrical-coordinate representation of color #526F66: hue angle of 161.38º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #526F66 is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 111 | 102 | - |
| CMYK | 0.26 | 0 | 0.08 | 0.56 |
| HSL | 161.38º | 0.15% | 0.38% | - |
| HSV(B) | 161.38º | 0.26% | 0.44% | - |
| XYZ | 11.56 | 14.12 | 14.69 | - |
| YUV | 101.3 | 128.39 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 111 | 102 | 0.26 | 0 | 0.08 | 0.56 | 161.38 | 0.15 | 0.38 |
| Hex | 52 | 6F | 66 | 1A | 0 | 8 | 38 | A1 | F | 26 |
| Octal | 122 | 157 | 146 | 32 | 0 | 10 | 70 | 241 | 17 | 46 |
| Binary | 1010010 | 1101111 | 1100110 | 11010 | 0 | 1000 | 111000 | 10100001 | 1111 | 100110 |
Color Harmonies of #526F66
Complementary color
Monochromatic Colors of #526F66
Black with #526F66
Text Example
Text Example
White with #526F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526F66; }
p { color: rgb(82,111,102); }
H1.HeaderClassName
{
color: #526F66;
}
.AnyTagClassName
{
color: #526F66;
}
</style>
background-color css
<style>
a { background-color: #526F66; }
a { background-color: rgb(82,111,102); }
div.DivClassName
{
background-color: #526F66;
}
.BgClassName
{
background-color: #526F66;
}
</style>
border-color css
<style>
span { border-color: #526F66; }
span { border-color: rgb(82,111,102); }
td.TdClassName
{
border-color: #526F66;
}
.TagClassName
{
border-color: #526F66;
}
</style>