#52756D

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

Shades of Dark Green Copper #52756D

Tints of Dark Green Copper #52756D

Color information

#52756D (or 0x52756D) is unknown color: approx Dark Green Copper. HEX triplet: 52, 75 and 6D. RGB value is (82,117,109). Sum of RGB (Red+Green+Blue) = 82+117+109=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 117 - color contains mainly: green. Hex color #52756D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52756D is #AD8A92. Grayscale: #696969. Windows color (decimal): -11373203 or 7173458. OLE color: 7173458.

HSL color Cylindrical-coordinate representation of color #52756D: hue angle of 166.29º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #52756D is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB82117109-
CMYK0.3000.070.54
HSL166.29º17.59%39.02%-
HSV(B)166.29º29.91%45.88%-
XYZ12.615.6216.82-
YUV105.62129.9111.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.62%
GREEN value IS 117 (46.09% from 255) = 37.99%
BLUE value IS 109 (42.97% from 255) = 35.39%
R=26.62%
G=37.99%
B=35.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal821171090.3000.070.54166.2917.5939.02
Hex52756D1E0736a61227
Octal1221651553607662462247
Binary1010010111010111011011111001111101101010011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52756D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,117,109); }

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

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

 a { background-color: rgb(82,117,109); }

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

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

 span { border-color: rgb(82,117,109); }

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