#526A63

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

Shades of Dark Green Copper #526A63

Tints of Dark Green Copper #526A63

Color information

#526A63 (or 0x526A63) is unknown color: approx Dark Green Copper. HEX triplet: 52, 6A and 63. RGB value is (82,106,99). Sum of RGB (Red+Green+Blue) = 82+106+99=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 106 (41.80% from 255 or 36.93% from 287); Blue value is 99 (39.06% from 255 or 34.49% from 287); Max value from RGB is 106 - color contains mainly: green. Hex color #526A63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526A63 is #AD959C. Grayscale: #626262. Windows color (decimal): -11376029 or 6515282. OLE color: 6515282.

HSL color Cylindrical-coordinate representation of color #526A63: hue angle of 162.5º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #526A63 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB8210699-
CMYK0.2300.070.58
HSL162.5º12.77%36.86%-
HSV(B)162.5º22.64%41.57%-
XYZ10.891313.74-
YUV98.03128.55116.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.57%
GREEN value IS 106 (41.80% from 255) = 36.93%
BLUE value IS 99 (39.06% from 255) = 34.49%
R=28.57%
G=36.93%
B=34.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82106990.2300.070.58162.512.7736.86
Hex526A6317073Aa2d25
Octal1221521432707722421545
Binary101001011010101100011101110111111010101000101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,106,99); }

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

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

 a { background-color: rgb(82,106,99); }

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

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

 span { border-color: rgb(82,106,99); }

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