#527A70

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

Shades of Dark Green Copper #527A70

Tints of Dark Green Copper #527A70

Color information

#527A70 (or 0x527A70) is unknown color: approx Dark Green Copper. HEX triplet: 52, 7A and 70. RGB value is (82,122,112). Sum of RGB (Red+Green+Blue) = 82+122+112=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 122 (48.05% from 255 or 38.61% from 316); Blue value is 112 (44.14% from 255 or 35.44% from 316); Max value from RGB is 122 - color contains mainly: green. Hex color #527A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527A70 is #AD858F. Grayscale: #6C6C6C. Windows color (decimal): -11371920 or 7371346. OLE color: 7371346.

HSL color Cylindrical-coordinate representation of color #527A70: hue angle of 165º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #527A70 is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.

Color convert

RGB82122112-
CMYK0.3300.080.52
HSL165º19.61%40%-
HSV(B)165º32.79%47.84%-
XYZ13.3616.8817.88-
YUV108.9129.75108.81-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.95%
GREEN value IS 122 (48.05% from 255) = 38.61%
BLUE value IS 112 (44.14% from 255) = 35.44%
R=25.95%
G=38.61%
B=35.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal821221120.3300.080.5216519.6140
Hex527A70210834a51428
Octal12217216041010642452450
Binary101001011110101110000100001010001101001010010110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527A70; }

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

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

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

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

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

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

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

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