#517A6E

Color #517A6E Dark Green Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green Copper #517A6E

Tints of Dark Green Copper #517A6E

Color information

#517A6E (or 0x517A6E) is unknown color: approx Dark Green Copper. HEX triplet: 51, 7A and 6E. RGB value is (81,122,110). Sum of RGB (Red+Green+Blue) = 81+122+110=313 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.88% from 313); Green value is 122 (48.05% from 255 or 38.98% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 122 - color contains mainly: green. Hex color #517A6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517A6E is #AE8591. Grayscale: #6C6C6C. Windows color (decimal): -11437458 or 7240273. OLE color: 7240273.

HSL color Cylindrical-coordinate representation of color #517A6E: hue angle of 162.44º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #517A6E is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.52.

Color convert

RGB81122110-
CMYK0.3400.100.52
HSL162.44º20.2%39.8%-
HSV(B)162.44º33.61%47.84%-
XYZ13.1716.7917.3-
YUV108.37128.92108.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 81 (32.03% from 255) = 25.88%
GREEN value IS 122 (48.05% from 255) = 38.98%
BLUE value IS 110 (43.36% from 255) = 35.14%
R=25.88%
G=38.98%
B=35.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal811221100.3400.100.52162.4420.239.8
Hex517A6E220A34a21428
Octal12117215642012642422450
Binary101000111110101101110100010010101101001010001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517A6E; }

 p { color: rgb(81,122,110); }

 H1.HeaderClassName
 {
   color: #517A6E;
 }
 .AnyTagClassName
 {
   color: #517A6E;
 }
</style>
background-color css

<style>
 a { background-color: #517A6E; }

 a { background-color: rgb(81,122,110); }

 div.DivClassName
 {
   background-color: #517A6E;
 }
 .BgClassName
 {
   background-color: #517A6E;
 }
</style>
border-color css

<style>
 span { border-color: #517A6E; }

 span { border-color: rgb(81,122,110); }

 td.TdClassName
 {
   border-color: #517A6E;
 }
 .TagClassName
 {
   border-color: #517A6E;
 }
</style>