Shades of Dark Green Copper #517165
Tints of Dark Green Copper #517165
RGB
CMYK
RGB Variations
Color information
#517165 (or 0x517165) is known color: Dark Green Copper. HEX triplet: 51, 71 and 65. RGB value is (81,113,101). Sum of RGB (Red+Green+Blue) = 81+113+101=295 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.46% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 101 (39.84% from 255 or 34.24% from 295); Max value from RGB is 113 - color contains mainly: green. Hex color #517165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517165 is #AE8E9A. Grayscale: #666666. Windows color (decimal): -11439771 or 6648145. OLE color: 6648145.
HSL color Cylindrical-coordinate representation of color #517165: hue angle of 157.5º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #517165 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 113 | 101 | - |
| CMYK | 0.28 | 0 | 0.11 | 0.56 |
| HSL | 157.5º | 0.16% | 0.38% | - |
| HSV(B) | 157.5º | 0.28% | 0.44% | - |
| XYZ | 11.65 | 14.5 | 14.5 | - |
| YUV | 102.06 | 127.4 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 113 | 101 | 0.28 | 0 | 0.11 | 0.56 | 157.5 | 0.16 | 0.38 |
| Hex | 51 | 71 | 65 | 1C | 0 | B | 38 | 9E | 10 | 26 |
| Octal | 121 | 161 | 145 | 34 | 0 | 13 | 70 | 236 | 20 | 46 |
| Binary | 1010001 | 1110001 | 1100101 | 11100 | 0 | 1011 | 111000 | 10011110 | 10000 | 100110 |
Color Harmonies of #517165
Complementary color
Monochromatic Colors of #517165
Black with #517165
Text Example
Text Example
White with #517165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517165; }
p { color: rgb(81,113,101); }
H1.HeaderClassName
{
color: #517165;
}
.AnyTagClassName
{
color: #517165;
}
</style>
background-color css
<style>
a { background-color: #517165; }
a { background-color: rgb(81,113,101); }
div.DivClassName
{
background-color: #517165;
}
.BgClassName
{
background-color: #517165;
}
</style>
border-color css
<style>
span { border-color: #517165; }
span { border-color: rgb(81,113,101); }
td.TdClassName
{
border-color: #517165;
}
.TagClassName
{
border-color: #517165;
}
</style>