#51786F

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

Shades of Dark Green Copper #51786F

Tints of Dark Green Copper #51786F

Color information

#51786F (or 0x51786F) is unknown color: approx Dark Green Copper. HEX triplet: 51, 78 and 6F. RGB value is (81,120,111). Sum of RGB (Red+Green+Blue) = 81+120+111=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 120 (47.27% from 255 or 38.46% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 120 - color contains mainly: green. Hex color #51786F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51786F is #AE8790. Grayscale: #6B6B6B. Windows color (decimal): -11437969 or 7305297. OLE color: 7305297.

HSL color Cylindrical-coordinate representation of color #51786F: hue angle of 166.15º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #51786F is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB81120111-
CMYK0.3200.080.53
HSL166.15º19.4%39.41%-
HSV(B)166.15º32.5%47.06%-
XYZ12.9816.3317.51-
YUV107.31130.08109.23-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.96%
GREEN value IS 120 (47.27% from 255) = 38.46%
BLUE value IS 111 (43.75% from 255) = 35.58%
R=25.96%
G=38.46%
B=35.58%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal811201110.3200.080.53166.1519.439.41
Hex51786F200835a61327
Octal12117015740010652462347
Binary101000111110001101111100000010001101011010011010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51786F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51786F; }

 p { color: rgb(81,120,111); }

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

<style>
 a { background-color: #51786F; }

 a { background-color: rgb(81,120,111); }

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

<style>
 span { border-color: #51786F; }

 span { border-color: rgb(81,120,111); }

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