#52796E

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

Shades of Dark Green Copper #52796E

Tints of Dark Green Copper #52796E

Color information

#52796E (or 0x52796E) is unknown color: approx Dark Green Copper. HEX triplet: 52, 79 and 6E. RGB value is (82,121,110). Sum of RGB (Red+Green+Blue) = 82+121+110=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 121 (47.66% from 255 or 38.66% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 121 - color contains mainly: green. Hex color #52796E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52796E is #AD8691. Grayscale: #6C6C6C. Windows color (decimal): -11372178 or 7240018. OLE color: 7240018.

HSL color Cylindrical-coordinate representation of color #52796E: hue angle of 163.08º 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 #52796E is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB82121110-
CMYK0.3200.090.53
HSL163.08º19.21%39.8%-
HSV(B)163.08º32.23%47.45%-
XYZ13.1316.5917.26-
YUV108.08129.08109.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.20%
GREEN value IS 121 (47.66% from 255) = 38.66%
BLUE value IS 110 (43.36% from 255) = 35.14%
R=26.20%
G=38.66%
B=35.14%

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
Decimal821211100.3200.090.53163.0819.2139.8
Hex52796E200935a31328
Octal12217115640011652432350
Binary101001011110011101110100000010011101011010001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52796E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52796E; }

 p { color: rgb(82,121,110); }

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

<style>
 a { background-color: #52796E; }

 a { background-color: rgb(82,121,110); }

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

<style>
 span { border-color: #52796E; }

 span { border-color: rgb(82,121,110); }

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