Shades of Dark Green Copper #52766D
Tints of Dark Green Copper #52766D
RGB
CMYK
RGB Variations
Color information
#52766D (or 0x52766D) is known color: Dark Green Copper. HEX triplet: 52, 76 and 6D. RGB value is (82,118,109). Sum of RGB (Red+Green+Blue) = 82+118+109=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 118 (46.48% from 255 or 38.19% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 118 - color contains mainly: green. Hex color #52766D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52766D is #AD8992. Grayscale: #6A6A6A. Windows color (decimal): -11372947 or 7173714. OLE color: 7173714.
HSL color Cylindrical-coordinate representation of color #52766D: hue angle of 165º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #52766D is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 82 | 118 | 109 | - |
| CMYK | 0.31 | 0 | 0.08 | 0.54 |
| HSL | 165º | 0.18% | 0.39% | - |
| HSV(B) | 165º | 0.31% | 0.46% | - |
| XYZ | 12.72 | 15.85 | 16.86 | - |
| YUV | 106.21 | 129.57 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 118 | 109 | 0.31 | 0 | 0.08 | 0.54 | 165 | 0.18 | 0.39 |
| Hex | 52 | 76 | 6D | 1F | 0 | 8 | 36 | A5 | 12 | 27 |
| Octal | 122 | 166 | 155 | 37 | 0 | 10 | 66 | 245 | 22 | 47 |
| Binary | 1010010 | 1110110 | 1101101 | 11111 | 0 | 1000 | 110110 | 10100101 | 10010 | 100111 |
Color Harmonies of #52766D
Complementary color
Monochromatic Colors of #52766D
Black with #52766D
Text Example
Text Example
White with #52766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52766D; }
p { color: rgb(82,118,109); }
H1.HeaderClassName
{
color: #52766D;
}
.AnyTagClassName
{
color: #52766D;
}
</style>
background-color css
<style>
a { background-color: #52766D; }
a { background-color: rgb(82,118,109); }
div.DivClassName
{
background-color: #52766D;
}
.BgClassName
{
background-color: #52766D;
}
</style>
border-color css
<style>
span { border-color: #52766D; }
span { border-color: rgb(82,118,109); }
td.TdClassName
{
border-color: #52766D;
}
.TagClassName
{
border-color: #52766D;
}
</style>