#52786D

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

Shades of Dark Green Copper #52786D

Tints of Dark Green Copper #52786D

Color information

#52786D (or 0x52786D) is unknown color: approx Dark Green Copper. HEX triplet: 52, 78 and 6D. RGB value is (82,120,109). Sum of RGB (Red+Green+Blue) = 82+120+109=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 120 (47.27% from 255 or 38.59% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 120 - color contains mainly: green. Hex color #52786D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52786D is #AD8792. Grayscale: #6B6B6B. Windows color (decimal): -11372435 or 7174226. OLE color: 7174226.

HSL color Cylindrical-coordinate representation of color #52786D: hue angle of 162.63º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #52786D is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB82120109-
CMYK0.3200.090.53
HSL162.63º18.81%39.61%-
HSV(B)162.63º31.67%47.06%-
XYZ12.9616.3316.94-
YUV107.38128.91109.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.37%
GREEN value IS 120 (47.27% from 255) = 38.59%
BLUE value IS 109 (42.97% from 255) = 35.05%
R=26.37%
G=38.59%
B=35.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal821201090.3200.090.53162.6318.8139.61
Hex52786D200935a31328
Octal12217015540011652432350
Binary101001011110001101101100000010011101011010001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52786D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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