#517569

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

Shades of Dark Green Copper #517569

Tints of Dark Green Copper #517569

Color information

#517569 (or 0x517569) is unknown color: approx Dark Green Copper. HEX triplet: 51, 75 and 69. RGB value is (81,117,105). Sum of RGB (Red+Green+Blue) = 81+117+105=303 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.73% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 105 (41.41% from 255 or 34.65% from 303); Max value from RGB is 117 - color contains mainly: green. Hex color #517569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517569 is #AE8A96. Grayscale: #686868. Windows color (decimal): -11438743 or 6911313. OLE color: 6911313.

HSL color Cylindrical-coordinate representation of color #517569: hue angle of 160º 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 #517569 is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB81117105-
CMYK0.3100.100.54
HSL160º18.18%38.82%-
HSV(B)160º30.77%45.88%-
XYZ12.315.4915.71-
YUV104.87128.07110.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.73%
GREEN value IS 117 (46.09% from 255) = 38.61%
BLUE value IS 105 (41.41% from 255) = 34.65%
R=26.73%
G=38.61%
B=34.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal811171050.3100.100.5416018.1838.82
Hex5175691F0A36a01227
Octal12116515137012662402247
Binary10100011110101110100111111010101101101010000010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517569; }

 p { color: rgb(81,117,105); }

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

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

 a { background-color: rgb(81,117,105); }

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

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

 span { border-color: rgb(81,117,105); }

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