#517F74

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

Shades of Dark Green Copper #517F74

Tints of Dark Green Copper #517F74

Color information

#517F74 (or 0x517F74) is unknown color: approx Dark Green Copper. HEX triplet: 51, 7F and 74. RGB value is (81,127,116). Sum of RGB (Red+Green+Blue) = 81+127+116=324 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25% from 324); Green value is 127 (50% from 255 or 39.20% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 127 - color contains mainly: green. Hex color #517F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517F74 is #AE808B. Grayscale: #6F6F6F. Windows color (decimal): -11436172 or 7634769. OLE color: 7634769.

HSL color Cylindrical-coordinate representation of color #517F74: hue angle of 165.65º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #517F74 is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB81127116-
CMYK0.3600.090.50
HSL165.65º22.12%40.78%-
HSV(B)165.65º36.22%49.8%-
XYZ14.1418.1919.29-
YUV111.99130.26105.89-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25%
GREEN value IS 127 (50% from 255) = 39.20%
BLUE value IS 116 (45.70% from 255) = 35.80%
R=25%
G=39.20%
B=35.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal811271160.3600.090.50165.6522.1240.78
Hex517F74240932a61629
Octal12117716444011622462651
Binary101000111111111110100100100010011100101010011010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,127,116); }

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

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

 a { background-color: rgb(81,127,116); }

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

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

 span { border-color: rgb(81,127,116); }

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