#516E65

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

Shades of Dark Green Copper #516E65

Tints of Dark Green Copper #516E65

Color information

#516E65 (or 0x516E65) is unknown color: approx Dark Green Copper. HEX triplet: 51, 6E and 65. RGB value is (81,110,101). Sum of RGB (Red+Green+Blue) = 81+110+101=292 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.74% from 292); Green value is 110 (43.36% from 255 or 37.67% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 110 - color contains mainly: green. Hex color #516E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516E65 is #AE919A. Grayscale: #646464. Windows color (decimal): -11440539 or 6647377. OLE color: 6647377.

HSL color Cylindrical-coordinate representation of color #516E65: hue angle of 161.38º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #516E65 is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.57.

Color convert

RGB81110101-
CMYK0.2600.080.57
HSL161.38º15.18%37.45%-
HSV(B)161.38º26.36%43.14%-
XYZ11.3213.8414.39-
YUV100.3128.39114.23-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.74%
GREEN value IS 110 (43.36% from 255) = 37.67%
BLUE value IS 101 (39.84% from 255) = 34.59%
R=27.74%
G=37.67%
B=34.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal811101010.2600.080.57161.3815.1837.45
Hex516E651A0839a1f25
Octal12115614532010712411745
Binary1010001110111011001011101001000111001101000011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516E65; }

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

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

<style>
 a { background-color: #516E65; }

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

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

<style>
 span { border-color: #516E65; }

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

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