#517B71

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

Shades of Dark Green Copper #517B71

Tints of Dark Green Copper #517B71

Color information

#517B71 (or 0x517B71) is unknown color: approx Dark Green Copper. HEX triplet: 51, 7B and 71. RGB value is (81,123,113). Sum of RGB (Red+Green+Blue) = 81+123+113=317 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.55% from 317); Green value is 123 (48.44% from 255 or 38.80% from 317); Blue value is 113 (44.53% from 255 or 35.65% from 317); Max value from RGB is 123 - color contains mainly: green. Hex color #517B71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517B71 is #AE848E. Grayscale: #6D6D6D. Windows color (decimal): -11437199 or 7437137. OLE color: 7437137.

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

Color convert

RGB81123113-
CMYK0.3400.080.52
HSL165.71º20.59%40%-
HSV(B)165.71º34.15%48.24%-
XYZ13.4617.1118.22-
YUV109.3130.09107.81-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.55%
GREEN value IS 123 (48.44% from 255) = 38.80%
BLUE value IS 113 (44.53% from 255) = 35.65%
R=25.55%
G=38.80%
B=35.65%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal811231130.3400.080.52165.7120.5940
Hex517B71220834a61528
Octal12117316142010642462550
Binary101000111110111110001100010010001101001010011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,123,113); }

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

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

 a { background-color: rgb(81,123,113); }

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

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

 span { border-color: rgb(81,123,113); }

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