#517A6D

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

Shades of Dark Green Copper #517A6D

Tints of Dark Green Copper #517A6D

Color information

#517A6D (or 0x517A6D) is unknown color: approx Dark Green Copper. HEX triplet: 51, 7A and 6D. RGB value is (81,122,109). Sum of RGB (Red+Green+Blue) = 81+122+109=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 122 (48.05% from 255 or 39.10% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 122 - color contains mainly: green. Hex color #517A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517A6D is #AE8592. Grayscale: #6C6C6C. Windows color (decimal): -11437459 or 7174737. OLE color: 7174737.

HSL color Cylindrical-coordinate representation of color #517A6D: hue angle of 160.98º 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 #517A6D is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB81122109-
CMYK0.3400.110.52
HSL160.98º20.2%39.8%-
HSV(B)160.98º33.61%47.84%-
XYZ13.1116.7717.01-
YUV108.26128.42108.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.96%
GREEN value IS 122 (48.05% from 255) = 39.10%
BLUE value IS 109 (42.97% from 255) = 34.94%
R=25.96%
G=39.10%
B=34.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal811221090.3400.110.52160.9820.239.8
Hex517A6D220B34a11428
Octal12117215542013642412450
Binary101000111110101101101100010010111101001010000110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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