#506D65

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

Shades of Dark Green Copper #506D65

Tints of Dark Green Copper #506D65

Color information

#506D65 (or 0x506D65) is unknown color: approx Dark Green Copper. HEX triplet: 50, 6D and 65. RGB value is (80,109,101). Sum of RGB (Red+Green+Blue) = 80+109+101=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 109 (42.97% from 255 or 37.59% from 290); Blue value is 101 (39.84% from 255 or 34.83% from 290); Max value from RGB is 109 - color contains mainly: green. Hex color #506D65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506D65 is #AF929A. Grayscale: #636363. Windows color (decimal): -11506331 or 6647120. OLE color: 6647120.

HSL color Cylindrical-coordinate representation of color #506D65: hue angle of 163.45º degrees, saturation: 0.15, 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 #506D65 is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.57.

Color convert

RGB80109101-
CMYK0.2700.070.57
HSL163.45º15.34%37.06%-
HSV(B)163.45º26.61%42.75%-
XYZ11.1313.5814.35-
YUV99.42128.89114.15-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.59%
GREEN value IS 109 (42.97% from 255) = 37.59%
BLUE value IS 101 (39.84% from 255) = 34.83%
R=27.59%
G=37.59%
B=34.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal801091010.2700.070.57163.4515.3437.06
Hex506D651B0739a3f25
Octal1201551453307712431745
Binary101000011011011100101110110111111001101000111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,109,101); }

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

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

 a { background-color: rgb(80,109,101); }

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

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

 span { border-color: rgb(80,109,101); }

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