#527169

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

Shades of Dark Green Copper #527169

Tints of Dark Green Copper #527169

Color information

#527169 (or 0x527169) is unknown color: approx Dark Green Copper. HEX triplet: 52, 71 and 69. RGB value is (82,113,105). Sum of RGB (Red+Green+Blue) = 82+113+105=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 113 (44.53% from 255 or 37.67% from 300); Blue value is 105 (41.41% from 255 or 35% from 300); Max value from RGB is 113 - color contains mainly: green. Hex color #527169 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527169 is #AD8E96. Grayscale: #666666. Windows color (decimal): -11374231 or 6910290. OLE color: 6910290.

HSL color Cylindrical-coordinate representation of color #527169: hue angle of 164.52º degrees, saturation: 0.16, 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 #527169 is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB82113105-
CMYK0.2700.070.56
HSL164.52º15.9%38.24%-
HSV(B)164.52º27.43%44.31%-
XYZ11.9314.6215.56-
YUV102.82129.23113.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.33%
GREEN value IS 113 (44.53% from 255) = 37.67%
BLUE value IS 105 (41.41% from 255) = 35%
R=27.33%
G=37.67%
B=35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal821131050.2700.070.56164.5215.938.24
Hex5271691B0738a51026
Octal1221611513307702452046
Binary1010010111000111010011101101111110001010010110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527169; }

 p { color: rgb(82,113,105); }

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

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

 a { background-color: rgb(82,113,105); }

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

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

 span { border-color: rgb(82,113,105); }

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