#52736B

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

Shades of Dark Green Copper #52736B

Tints of Dark Green Copper #52736B

Color information

#52736B (or 0x52736B) is unknown color: approx Dark Green Copper. HEX triplet: 52, 73 and 6B. RGB value is (82,115,107). Sum of RGB (Red+Green+Blue) = 82+115+107=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 115 (45.31% from 255 or 37.83% from 304); Blue value is 107 (42.19% from 255 or 35.20% from 304); Max value from RGB is 115 - color contains mainly: green. Hex color #52736B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52736B is #AD8C94. Grayscale: #686868. Windows color (decimal): -11373717 or 7041874. OLE color: 7041874.

HSL color Cylindrical-coordinate representation of color #52736B: hue angle of 165.45º 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 #52736B is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB82115107-
CMYK0.2900.070.55
HSL165.45º16.75%38.63%-
HSV(B)165.45º28.7%45.1%-
XYZ12.2615.1216.18-
YUV104.22129.57112.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.97%
GREEN value IS 115 (45.31% from 255) = 37.83%
BLUE value IS 107 (42.19% from 255) = 35.20%
R=26.97%
G=37.83%
B=35.20%

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
Decimal821151070.2900.070.55165.4516.7538.63
Hex52736B1D0737a51127
Octal1221631533507672452147
Binary1010010111001111010111110101111101111010010110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52736B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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