#54766C

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

Shades of Dark Green Copper #54766C

Tints of Dark Green Copper #54766C

Color information

#54766C (or 0x54766C) is unknown color: approx Dark Green Copper. HEX triplet: 54, 76 and 6C. RGB value is (84,118,108). Sum of RGB (Red+Green+Blue) = 84+118+108=310 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.10% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 118 - color contains mainly: green. Hex color #54766C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54766C is #AB8993. Grayscale: #6A6A6A. Windows color (decimal): -11241876 or 7108180. OLE color: 7108180.

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

Color convert

RGB84118108-
CMYK0.2900.080.54
HSL162.35º16.83%39.61%-
HSV(B)162.35º28.81%46.27%-
XYZ12.8415.9216.58-
YUV106.69128.74111.81-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.10%
GREEN value IS 118 (46.48% from 255) = 38.06%
BLUE value IS 108 (42.58% from 255) = 34.84%
R=27.10%
G=38.06%
B=34.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal841181080.2900.080.54162.3516.8339.61
Hex54766C1D0836a21128
Octal12416615435010662422150
Binary10101001110110110110011101010001101101010001010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54766C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54766C; }

 p { color: rgb(84,118,108); }

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

<style>
 a { background-color: #54766C; }

 a { background-color: rgb(84,118,108); }

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

<style>
 span { border-color: #54766C; }

 span { border-color: rgb(84,118,108); }

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