#516C64

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

Shades of Dark Green Copper #516C64

Tints of Dark Green Copper #516C64

Color information

#516C64 (or 0x516C64) is unknown color: approx Dark Green Copper. HEX triplet: 51, 6C and 64. RGB value is (81,108,100). Sum of RGB (Red+Green+Blue) = 81+108+100=289 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.03% from 289); Green value is 108 (42.58% from 255 or 37.37% from 289); Blue value is 100 (39.45% from 255 or 34.60% from 289); Max value from RGB is 108 - color contains mainly: green. Hex color #516C64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516C64 is #AE939B. Grayscale: #636363. Windows color (decimal): -11441052 or 6581329. OLE color: 6581329.

HSL color Cylindrical-coordinate representation of color #516C64: hue angle of 162.22º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #516C64 is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB81108100-
CMYK0.2500.070.58
HSL162.22º14.29%37.06%-
HSV(B)162.22º25%42.35%-
XYZ11.0613.3914.06-
YUV99.02128.55115.15-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.03%
GREEN value IS 108 (42.58% from 255) = 37.37%
BLUE value IS 100 (39.45% from 255) = 34.60%
R=28.03%
G=37.37%
B=34.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal811081000.2500.070.58162.2214.2937.06
Hex516C6419073Aa2e25
Octal1211541443107722421645
Binary101000111011001100100110010111111010101000101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,108,100); }

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

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

 a { background-color: rgb(81,108,100); }

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

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

 span { border-color: rgb(81,108,100); }

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