Shades of Dark Green Copper #517369
Tints of Dark Green Copper #517369
RGB
CMYK
RGB Variations
Color information
#517369 (or 0x517369) is known color: Dark Green Copper. HEX triplet: 51, 73 and 69. RGB value is (81,115,105). Sum of RGB (Red+Green+Blue) = 81+115+105=301 (39% of max value = 765). Red value is 81 (32.03% from 255 or 26.91% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 115 - color contains mainly: green. Hex color #517369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517369 is #AE8C96. Grayscale: #676767. Windows color (decimal): -11439255 or 6910801. OLE color: 6910801.
HSL color Cylindrical-coordinate representation of color #517369: hue angle of 162.35º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #517369 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 81 | 115 | 105 | - |
| CMYK | 0.30 | 0 | 0.09 | 0.55 |
| HSL | 162.35º | 0.17% | 0.38% | - |
| HSV(B) | 162.35º | 0.3% | 0.45% | - |
| XYZ | 12.07 | 15.03 | 15.63 | - |
| YUV | 103.69 | 128.74 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 115 | 105 | 0.30 | 0 | 0.09 | 0.55 | 162.35 | 0.17 | 0.38 |
| Hex | 51 | 73 | 69 | 1E | 0 | 9 | 37 | A2 | 11 | 26 |
| Octal | 121 | 163 | 151 | 36 | 0 | 11 | 67 | 242 | 21 | 46 |
| Binary | 1010001 | 1110011 | 1101001 | 11110 | 0 | 1001 | 110111 | 10100010 | 10001 | 100110 |
Color Harmonies of #517369
Complementary color
Monochromatic Colors of #517369
Black with #517369
Text Example
Text Example
White with #517369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517369; }
p { color: rgb(81,115,105); }
H1.HeaderClassName
{
color: #517369;
}
.AnyTagClassName
{
color: #517369;
}
</style>
background-color css
<style>
a { background-color: #517369; }
a { background-color: rgb(81,115,105); }
div.DivClassName
{
background-color: #517369;
}
.BgClassName
{
background-color: #517369;
}
</style>
border-color css
<style>
span { border-color: #517369; }
span { border-color: rgb(81,115,105); }
td.TdClassName
{
border-color: #517369;
}
.TagClassName
{
border-color: #517369;
}
</style>