#51796F

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

Shades of Dark Green Copper #51796F

Tints of Dark Green Copper #51796F

Color information

#51796F (or 0x51796F) is unknown color: approx Dark Green Copper. HEX triplet: 51, 79 and 6F. RGB value is (81,121,111). Sum of RGB (Red+Green+Blue) = 81+121+111=313 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.88% from 313); Green value is 121 (47.66% from 255 or 38.66% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 121 - color contains mainly: green. Hex color #51796F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51796F is #AE8690. Grayscale: #6B6B6B. Windows color (decimal): -11437713 or 7305553. OLE color: 7305553.

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

Color convert

RGB81121111-
CMYK0.3300.080.53
HSL165º19.8%39.61%-
HSV(B)165º33.06%47.45%-
XYZ13.116.5717.55-
YUV107.9129.75108.81-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.88%
GREEN value IS 121 (47.66% from 255) = 38.66%
BLUE value IS 111 (43.75% from 255) = 35.46%
R=25.88%
G=38.66%
B=35.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal811211110.3300.080.5316519.839.61
Hex51796F210835a51428
Octal12117115741010652452450
Binary101000111110011101111100001010001101011010010110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51796F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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