#527064

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

Shades of Dark Green Copper #527064

Tints of Dark Green Copper #527064

Color information

#527064 (or 0x527064) is unknown color: approx Dark Green Copper. HEX triplet: 52, 70 and 64. RGB value is (82,112,100). Sum of RGB (Red+Green+Blue) = 82+112+100=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 100 (39.45% from 255 or 34.01% from 294); Max value from RGB is 112 - color contains mainly: green. Hex color #527064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527064 is #AD8F9B. Grayscale: #656565. Windows color (decimal): -11374492 or 6582354. OLE color: 6582354.

HSL color Cylindrical-coordinate representation of color #527064: hue angle of 156º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #527064 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB82112100-
CMYK0.2700.110.56
HSL156º15.46%38.04%-
HSV(B)156º26.79%43.92%-
XYZ11.5714.314.21-
YUV101.66127.06113.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.89%
GREEN value IS 112 (44.14% from 255) = 38.10%
BLUE value IS 100 (39.45% from 255) = 34.01%
R=27.89%
G=38.10%
B=34.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal821121000.2700.110.5615615.4638.04
Hex5270641B0B389cf26
Octal12216014433013702341746
Binary1010010111000011001001101101011111000100111001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527064; }

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

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

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

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

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

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

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

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