#51766D

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

Shades of Dark Green Copper #51766D

Tints of Dark Green Copper #51766D

Color information

#51766D (or 0x51766D) is unknown color: approx Dark Green Copper. HEX triplet: 51, 76 and 6D. RGB value is (81,118,109). Sum of RGB (Red+Green+Blue) = 81+118+109=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 118 (46.48% from 255 or 38.31% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 118 - color contains mainly: green. Hex color #51766D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51766D is #AE8992. Grayscale: #696969. Windows color (decimal): -11438483 or 7173713. OLE color: 7173713.

HSL color Cylindrical-coordinate representation of color #51766D: hue angle of 165.41º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #51766D is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB81118109-
CMYK0.3100.080.54
HSL165.41º18.59%39.02%-
HSV(B)165.41º31.36%46.27%-
XYZ12.6315.8116.85-
YUV105.91129.74110.23-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.30%
GREEN value IS 118 (46.48% from 255) = 38.31%
BLUE value IS 109 (42.97% from 255) = 35.39%
R=26.30%
G=38.31%
B=35.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal811181090.3100.080.54165.4118.5939.02
Hex51766D1F0836a51327
Octal12116615537010662452347
Binary10100011110110110110111111010001101101010010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51766D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51766D; }

 p { color: rgb(81,118,109); }

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

<style>
 a { background-color: #51766D; }

 a { background-color: rgb(81,118,109); }

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

<style>
 span { border-color: #51766D; }

 span { border-color: rgb(81,118,109); }

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