#50716A

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

Shades of Dark Green Copper #50716A

Tints of Dark Green Copper #50716A

Color information

#50716A (or 0x50716A) is unknown color: approx Dark Green Copper. HEX triplet: 50, 71 and 6A. RGB value is (80,113,106). Sum of RGB (Red+Green+Blue) = 80+113+106=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 113 (44.53% from 255 or 37.79% from 299); Blue value is 106 (41.80% from 255 or 35.45% from 299); Max value from RGB is 113 - color contains mainly: green. Hex color #50716A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50716A is #AF8E95. Grayscale: #666666. Windows color (decimal): -11505302 or 6975824. OLE color: 6975824.

HSL color Cylindrical-coordinate representation of color #50716A: hue angle of 167.27º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #50716A is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB80113106-
CMYK0.2900.060.56
HSL167.27º17.1%37.84%-
HSV(B)167.27º29.2%44.31%-
XYZ11.8114.5615.82-
YUV102.34130.07112.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.76%
GREEN value IS 113 (44.53% from 255) = 37.79%
BLUE value IS 106 (41.80% from 255) = 35.45%
R=26.76%
G=37.79%
B=35.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal801131060.2900.060.56167.2717.137.84
Hex50716A1D0638a71126
Octal1201611523506702472146
Binary1010000111000111010101110101101110001010011110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50716A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50716A; }

 p { color: rgb(80,113,106); }

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

<style>
 a { background-color: #50716A; }

 a { background-color: rgb(80,113,106); }

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

<style>
 span { border-color: #50716A; }

 span { border-color: rgb(80,113,106); }

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