#52756B

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

Shades of Dark Green Copper #52756B

Tints of Dark Green Copper #52756B

Color information

#52756B (or 0x52756B) is unknown color: approx Dark Green Copper. HEX triplet: 52, 75 and 6B. RGB value is (82,117,107). Sum of RGB (Red+Green+Blue) = 82+117+107=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 107 (42.19% from 255 or 34.97% from 306); Max value from RGB is 117 - color contains mainly: green. Hex color #52756B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52756B is #AD8A94. Grayscale: #696969. Windows color (decimal): -11373205 or 7042386. OLE color: 7042386.

HSL color Cylindrical-coordinate representation of color #52756B: hue angle of 162.86º 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 #52756B is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB82117107-
CMYK0.3000.090.54
HSL162.86º17.59%39.02%-
HSV(B)162.86º29.91%45.88%-
XYZ12.4915.5816.26-
YUV105.4128.9111.31-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.80%
GREEN value IS 117 (46.09% from 255) = 38.24%
BLUE value IS 107 (42.19% from 255) = 34.97%
R=26.80%
G=38.24%
B=34.97%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal821171070.3000.090.54162.8617.5939.02
Hex52756B1E0936a31227
Octal12216515336011662432247
Binary10100101110101110101111110010011101101010001110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52756B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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