#52726A

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

Shades of Dark Green Copper #52726A

Tints of Dark Green Copper #52726A

Color information

#52726A (or 0x52726A) is unknown color: approx Dark Green Copper. HEX triplet: 52, 72 and 6A. RGB value is (82,114,106). Sum of RGB (Red+Green+Blue) = 82+114+106=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 114 (44.92% from 255 or 37.75% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 114 - color contains mainly: green. Hex color #52726A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52726A is #AD8D95. Grayscale: #676767. Windows color (decimal): -11373974 or 6976082. OLE color: 6976082.

HSL color Cylindrical-coordinate representation of color #52726A: hue angle of 165º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #52726A is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB82114106-
CMYK0.2800.070.55
HSL165º16.33%38.43%-
HSV(B)165º28.07%44.71%-
XYZ12.114.8715.87-
YUV103.52129.4112.65-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.15%
GREEN value IS 114 (44.92% from 255) = 37.75%
BLUE value IS 106 (41.80% from 255) = 35.10%
R=27.15%
G=37.75%
B=35.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal821141060.2800.070.5516516.3338.43
Hex52726A1C0737a51026
Octal1221621523407672452046
Binary1010010111001011010101110001111101111010010110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52726A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52726A; }

 p { color: rgb(82,114,106); }

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

<style>
 a { background-color: #52726A; }

 a { background-color: rgb(82,114,106); }

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

<style>
 span { border-color: #52726A; }

 span { border-color: rgb(82,114,106); }

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