#526E66

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

Shades of Dark Green Copper #526E66

Tints of Dark Green Copper #526E66

Color information

#526E66 (or 0x526E66) is unknown color: approx Dark Green Copper. HEX triplet: 52, 6E and 66. RGB value is (82,110,102). Sum of RGB (Red+Green+Blue) = 82+110+102=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 110 (43.36% from 255 or 37.41% from 294); Blue value is 102 (40.23% from 255 or 34.69% from 294); Max value from RGB is 110 - color contains mainly: green. Hex color #526E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526E66 is #AD9199. Grayscale: #646464. Windows color (decimal): -11375002 or 6712914. OLE color: 6712914.

HSL color Cylindrical-coordinate representation of color #526E66: hue angle of 162.86º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #526E66 is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.57.

Color convert

RGB82110102-
CMYK0.2500.070.57
HSL162.86º14.58%37.65%-
HSV(B)162.86º25.45%43.14%-
XYZ11.4513.9114.65-
YUV100.72128.72114.65-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.89%
GREEN value IS 110 (43.36% from 255) = 37.41%
BLUE value IS 102 (40.23% from 255) = 34.69%
R=27.89%
G=37.41%
B=34.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal821101020.2500.070.57162.8614.5837.65
Hex526E66190739a3f26
Octal1221561463107712431746
Binary101001011011101100110110010111111001101000111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526E66; }

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

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

<style>
 a { background-color: #526E66; }

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

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

<style>
 span { border-color: #526E66; }

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

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