#527669

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

Shades of Dark Green Copper #527669

Tints of Dark Green Copper #527669

Color information

#527669 (or 0x527669) is unknown color: approx Dark Green Copper. HEX triplet: 52, 76 and 69. RGB value is (82,118,105). Sum of RGB (Red+Green+Blue) = 82+118+105=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 105 (41.41% from 255 or 34.43% from 305); Max value from RGB is 118 - color contains mainly: green. Hex color #527669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527669 is #AD8996. Grayscale: #696969. Windows color (decimal): -11372951 or 6911570. OLE color: 6911570.

HSL color Cylindrical-coordinate representation of color #527669: hue angle of 158.33º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #527669 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB82118105-
CMYK0.3100.110.54
HSL158.33º18%39.22%-
HSV(B)158.33º30.51%46.27%-
XYZ12.5115.7715.75-
YUV105.75127.57111.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.89%
GREEN value IS 118 (46.48% from 255) = 38.69%
BLUE value IS 105 (41.41% from 255) = 34.43%
R=26.89%
G=38.69%
B=34.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal821181050.3100.110.54158.331839.22
Hex5276691F0B369e1227
Octal12216615137013662362247
Binary10100101110110110100111111010111101101001111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527669; }

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

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

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

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

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

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

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

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