Shades of Dark Green Copper #527266
Tints of Dark Green Copper #527266
RGB
CMYK
RGB Variations
Color information
#527266 (or 0x527266) is known color: Dark Green Copper. HEX triplet: 52, 72 and 66. RGB value is (82,114,102). Sum of RGB (Red+Green+Blue) = 82+114+102=298 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.52% from 298); Green value is 114 (44.92% from 255 or 38.26% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 114 - color contains mainly: green. Hex color #527266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527266 is #AD8D99. Grayscale: #676767. Windows color (decimal): -11373978 or 6713938. OLE color: 6713938.
HSL color Cylindrical-coordinate representation of color #527266: hue angle of 157.5º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #527266 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 114 | 102 | - |
| CMYK | 0.28 | 0 | 0.11 | 0.55 |
| HSL | 157.5º | 0.16% | 0.38% | - |
| HSV(B) | 157.5º | 0.28% | 0.45% | - |
| XYZ | 11.9 | 14.79 | 14.8 | - |
| YUV | 103.06 | 127.4 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 114 | 102 | 0.28 | 0 | 0.11 | 0.55 | 157.5 | 0.16 | 0.38 |
| Hex | 52 | 72 | 66 | 1C | 0 | B | 37 | 9E | 10 | 26 |
| Octal | 122 | 162 | 146 | 34 | 0 | 13 | 67 | 236 | 20 | 46 |
| Binary | 1010010 | 1110010 | 1100110 | 11100 | 0 | 1011 | 110111 | 10011110 | 10000 | 100110 |
Color Harmonies of #527266
Complementary color
Monochromatic Colors of #527266
Black with #527266
Text Example
Text Example
White with #527266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527266; }
p { color: rgb(82,114,102); }
H1.HeaderClassName
{
color: #527266;
}
.AnyTagClassName
{
color: #527266;
}
</style>
background-color css
<style>
a { background-color: #527266; }
a { background-color: rgb(82,114,102); }
div.DivClassName
{
background-color: #527266;
}
.BgClassName
{
background-color: #527266;
}
</style>
border-color css
<style>
span { border-color: #527266; }
span { border-color: rgb(82,114,102); }
td.TdClassName
{
border-color: #527266;
}
.TagClassName
{
border-color: #527266;
}
</style>