#52746C

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

Shades of Dark Green Copper #52746C

Tints of Dark Green Copper #52746C

Color information

#52746C (or 0x52746C) is unknown color: approx Dark Green Copper. HEX triplet: 52, 74 and 6C. RGB value is (82,116,108). Sum of RGB (Red+Green+Blue) = 82+116+108=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 108 (42.58% from 255 or 35.29% from 306); Max value from RGB is 116 - color contains mainly: green. Hex color #52746C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52746C is #AD8B93. Grayscale: #686868. Windows color (decimal): -11373460 or 7107666. OLE color: 7107666.

HSL color Cylindrical-coordinate representation of color #52746C: hue angle of 165.88º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #52746C is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB82116108-
CMYK0.2900.070.55
HSL165.88º17.17%38.82%-
HSV(B)165.88º29.31%45.49%-
XYZ12.4315.3716.5-
YUV104.92129.74111.65-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.80%
GREEN value IS 116 (45.70% from 255) = 37.91%
BLUE value IS 108 (42.58% from 255) = 35.29%
R=26.80%
G=37.91%
B=35.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal821161080.2900.070.55165.8817.1738.82
Hex52746C1D0737a61127
Octal1221641543507672462147
Binary1010010111010011011001110101111101111010011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52746C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,116,108); }

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

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

 a { background-color: rgb(82,116,108); }

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

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

 span { border-color: rgb(82,116,108); }

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