#52776F

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

Shades of Dark Green Copper #52776F

Tints of Dark Green Copper #52776F

Color information

#52776F (or 0x52776F) is unknown color: approx Dark Green Copper. HEX triplet: 52, 77 and 6F. RGB value is (82,119,111). Sum of RGB (Red+Green+Blue) = 82+119+111=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 119 - color contains mainly: green. Hex color #52776F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52776F is #AD8890. Grayscale: #6B6B6B. Windows color (decimal): -11372689 or 7305042. OLE color: 7305042.

HSL color Cylindrical-coordinate representation of color #52776F: hue angle of 167.03º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #52776F is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB82119111-
CMYK0.3100.070.53
HSL167.03º18.41%39.41%-
HSV(B)167.03º31.09%46.67%-
XYZ12.9516.1417.47-
YUV107.02130.24110.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.28%
GREEN value IS 119 (46.88% from 255) = 38.14%
BLUE value IS 111 (43.75% from 255) = 35.58%
R=26.28%
G=38.14%
B=35.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal821191110.3100.070.53167.0318.4139.41
Hex52776F1F0735a71227
Octal1221671573707652472247
Binary1010010111011111011111111101111101011010011110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52776F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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