Shades of Dark Green Copper #526F67
Tints of Dark Green Copper #526F67
RGB
CMYK
RGB Variations
Color information
#526F67 (or 0x526F67) is known color: Dark Green Copper. HEX triplet: 52, 6F and 67. RGB value is (82,111,103). Sum of RGB (Red+Green+Blue) = 82+111+103=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 111 (43.75% from 255 or 37.5% from 296); Blue value is 103 (40.62% from 255 or 34.80% from 296); Max value from RGB is 111 - color contains mainly: green. Hex color #526F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526F67 is #AD9098. Grayscale: #656565. Windows color (decimal): -11374745 or 6778706. OLE color: 6778706.
HSL color Cylindrical-coordinate representation of color #526F67: hue angle of 163.45º 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 #526F67 is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 111 | 103 | - |
| CMYK | 0.26 | 0 | 0.07 | 0.56 |
| HSL | 163.45º | 0.15% | 0.38% | - |
| HSV(B) | 163.45º | 0.26% | 0.44% | - |
| XYZ | 11.61 | 14.14 | 14.95 | - |
| YUV | 101.42 | 128.89 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 111 | 103 | 0.26 | 0 | 0.07 | 0.56 | 163.45 | 0.15 | 0.38 |
| Hex | 52 | 6F | 67 | 1A | 0 | 7 | 38 | A3 | F | 26 |
| Octal | 122 | 157 | 147 | 32 | 0 | 7 | 70 | 243 | 17 | 46 |
| Binary | 1010010 | 1101111 | 1100111 | 11010 | 0 | 111 | 111000 | 10100011 | 1111 | 100110 |
Color Harmonies of #526F67
Complementary color
Monochromatic Colors of #526F67
Black with #526F67
Text Example
Text Example
White with #526F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526F67; }
p { color: rgb(82,111,103); }
H1.HeaderClassName
{
color: #526F67;
}
.AnyTagClassName
{
color: #526F67;
}
</style>
background-color css
<style>
a { background-color: #526F67; }
a { background-color: rgb(82,111,103); }
div.DivClassName
{
background-color: #526F67;
}
.BgClassName
{
background-color: #526F67;
}
</style>
border-color css
<style>
span { border-color: #526F67; }
span { border-color: rgb(82,111,103); }
td.TdClassName
{
border-color: #526F67;
}
.TagClassName
{
border-color: #526F67;
}
</style>