#51746A

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

Shades of Dark Green Copper #51746A

Tints of Dark Green Copper #51746A

Color information

#51746A (or 0x51746A) is unknown color: approx Dark Green Copper. HEX triplet: 51, 74 and 6A. RGB value is (81,116,106). Sum of RGB (Red+Green+Blue) = 81+116+106=303 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.73% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 116 - color contains mainly: green. Hex color #51746A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51746A is #AE8B95. Grayscale: #686868. Windows color (decimal): -11438998 or 6976593. OLE color: 6976593.

HSL color Cylindrical-coordinate representation of color #51746A: hue angle of 162.86º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #51746A is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB81116106-
CMYK0.3000.090.55
HSL162.86º17.77%38.63%-
HSV(B)162.86º30.17%45.49%-
XYZ12.2415.2815.94-
YUV104.4128.9111.31-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.73%
GREEN value IS 116 (45.70% from 255) = 38.28%
BLUE value IS 106 (41.80% from 255) = 34.98%
R=26.73%
G=38.28%
B=34.98%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal811161060.3000.090.55162.8617.7738.63
Hex51746A1E0937a31227
Octal12116415236011672432247
Binary10100011110100110101011110010011101111010001110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51746A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,116,106); }

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

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

 a { background-color: rgb(81,116,106); }

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

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

 span { border-color: rgb(81,116,106); }

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