#52796F

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

Shades of Dark Green Copper #52796F

Tints of Dark Green Copper #52796F

Color information

#52796F (or 0x52796F) is unknown color: approx Dark Green Copper. HEX triplet: 52, 79 and 6F. RGB value is (82,121,111). Sum of RGB (Red+Green+Blue) = 82+121+111=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 121 (47.66% from 255 or 38.54% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 121 - color contains mainly: green. Hex color #52796F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52796F is #AD8690. Grayscale: #6C6C6C. Windows color (decimal): -11372177 or 7305554. OLE color: 7305554.

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

Color convert

RGB82121111-
CMYK0.3200.080.53
HSL164.62º19.21%39.8%-
HSV(B)164.62º32.23%47.45%-
XYZ13.1916.6217.55-
YUV108.2129.58109.31-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.11%
GREEN value IS 121 (47.66% from 255) = 38.54%
BLUE value IS 111 (43.75% from 255) = 35.35%
R=26.11%
G=38.54%
B=35.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal821211110.3200.080.53164.6219.2139.8
Hex52796F200835a51328
Octal12217115740010652452350
Binary101001011110011101111100000010001101011010010110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52796F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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