#54776D

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

Shades of Dark Green Copper #54776D

Tints of Dark Green Copper #54776D

Color information

#54776D (or 0x54776D) is unknown color: approx Dark Green Copper. HEX triplet: 54, 77 and 6D. RGB value is (84,119,109). Sum of RGB (Red+Green+Blue) = 84+119+109=312 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.92% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 119 - color contains mainly: green. Hex color #54776D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54776D is #AB8892. Grayscale: #6B6B6B. Windows color (decimal): -11241619 or 7173972. OLE color: 7173972.

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

Color convert

RGB84119109-
CMYK0.2900.080.53
HSL162.86º17.24%39.8%-
HSV(B)162.86º29.41%46.67%-
XYZ13.0116.1816.91-
YUV107.4128.9111.31-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.92%
GREEN value IS 119 (46.88% from 255) = 38.14%
BLUE value IS 109 (42.97% from 255) = 34.94%
R=26.92%
G=38.14%
B=34.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal841191090.2900.080.53162.8617.2439.8
Hex54776D1D0835a31128
Octal12416715535010652432150
Binary10101001110111110110111101010001101011010001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54776D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,119,109); }

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

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

 a { background-color: rgb(84,119,109); }

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

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

 span { border-color: rgb(84,119,109); }

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