#506E64

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

Shades of Dark Green Copper #506E64

Tints of Dark Green Copper #506E64

Color information

#506E64 (or 0x506E64) is unknown color: approx Dark Green Copper. HEX triplet: 50, 6E and 64. RGB value is (80,110,100). Sum of RGB (Red+Green+Blue) = 80+110+100=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 110 (43.36% from 255 or 37.93% from 290); Blue value is 100 (39.45% from 255 or 34.48% from 290); Max value from RGB is 110 - color contains mainly: green. Hex color #506E64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506E64 is #AF919B. Grayscale: #636363. Windows color (decimal): -11506076 or 6581840. OLE color: 6581840.

HSL color Cylindrical-coordinate representation of color #506E64: hue angle of 160º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #506E64 is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.57.

Color convert

RGB80110100-
CMYK0.2700.090.57
HSL160º15.79%37.25%-
HSV(B)160º27.27%43.14%-
XYZ11.1813.7814.13-
YUV99.89128.06113.81-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.59%
GREEN value IS 110 (43.36% from 255) = 37.93%
BLUE value IS 100 (39.45% from 255) = 34.48%
R=27.59%
G=37.93%
B=34.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal801101000.2700.090.5716015.7937.25
Hex506E641B0939a01025
Octal12015614433011712402045
Binary10100001101110110010011011010011110011010000010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506E64; }

 p { color: rgb(80,110,100); }

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

<style>
 a { background-color: #506E64; }

 a { background-color: rgb(80,110,100); }

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

<style>
 span { border-color: #506E64; }

 span { border-color: rgb(80,110,100); }

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