#527A6E

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

Shades of Dark Green Copper #527A6E

Tints of Dark Green Copper #527A6E

Color information

#527A6E (or 0x527A6E) is unknown color: approx Dark Green Copper. HEX triplet: 52, 7A and 6E. RGB value is (82,122,110). Sum of RGB (Red+Green+Blue) = 82+122+110=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 122 (48.05% from 255 or 38.85% from 314); Blue value is 110 (43.36% from 255 or 35.03% from 314); Max value from RGB is 122 - color contains mainly: green. Hex color #527A6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527A6E is #AD8591. Grayscale: #6C6C6C. Windows color (decimal): -11371922 or 7240274. OLE color: 7240274.

HSL color Cylindrical-coordinate representation of color #527A6E: hue angle of 162º 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 #527A6E is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.52.

Color convert

RGB82122110-
CMYK0.3300.100.52
HSL162º19.61%40%-
HSV(B)162º32.79%47.84%-
XYZ13.2516.8417.3-
YUV108.67128.75108.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.11%
GREEN value IS 122 (48.05% from 255) = 38.85%
BLUE value IS 110 (43.36% from 255) = 35.03%
R=26.11%
G=38.85%
B=35.03%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal821221100.3300.100.5216219.6140
Hex527A6E210A34a21428
Octal12217215641012642422450
Binary101001011110101101110100001010101101001010001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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