#526B64

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

Shades of Dark Green Copper #526B64

Tints of Dark Green Copper #526B64

Color information

#526B64 (or 0x526B64) is unknown color: approx Dark Green Copper. HEX triplet: 52, 6B and 64. RGB value is (82,107,100). Sum of RGB (Red+Green+Blue) = 82+107+100=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 107 (42.19% from 255 or 37.02% from 289); Blue value is 100 (39.45% from 255 or 34.60% from 289); Max value from RGB is 107 - color contains mainly: green. Hex color #526B64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526B64 is #AD949B. Grayscale: #626262. Windows color (decimal): -11375772 or 6581074. OLE color: 6581074.

HSL color Cylindrical-coordinate representation of color #526B64: hue angle of 163.2º 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 #526B64 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB82107100-
CMYK0.2300.070.58
HSL163.2º13.23%37.06%-
HSV(B)163.2º23.36%41.96%-
XYZ11.0413.2314.03-
YUV98.73128.72116.07-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.37%
GREEN value IS 107 (42.19% from 255) = 37.02%
BLUE value IS 100 (39.45% from 255) = 34.60%
R=28.37%
G=37.02%
B=34.60%

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
Decimal821071000.2300.070.58163.213.2337.06
Hex526B6417073Aa3d25
Octal1221531442707722431545
Binary101001011010111100100101110111111010101000111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,107,100); }

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

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

 a { background-color: rgb(82,107,100); }

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

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

 span { border-color: rgb(82,107,100); }

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