#517169

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

Shades of Dark Green Copper #517169

Tints of Dark Green Copper #517169

Color information

#517169 (or 0x517169) is unknown color: approx Dark Green Copper. HEX triplet: 51, 71 and 69. RGB value is (81,113,105). Sum of RGB (Red+Green+Blue) = 81+113+105=299 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.09% from 299); Green value is 113 (44.53% from 255 or 37.79% from 299); Blue value is 105 (41.41% from 255 or 35.12% from 299); Max value from RGB is 113 - color contains mainly: green. Hex color #517169 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517169 is #AE8E96. Grayscale: #666666. Windows color (decimal): -11439767 or 6910289. OLE color: 6910289.

HSL color Cylindrical-coordinate representation of color #517169: hue angle of 165º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #517169 is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB81113105-
CMYK0.2800.070.56
HSL165º16.49%38.04%-
HSV(B)165º28.32%44.31%-
XYZ11.8514.5815.55-
YUV102.52129.4112.65-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.09%
GREEN value IS 113 (44.53% from 255) = 37.79%
BLUE value IS 105 (41.41% from 255) = 35.12%
R=27.09%
G=37.79%
B=35.12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal811131050.2800.070.5616516.4938.04
Hex5171691C0738a51026
Octal1211611513407702452046
Binary1010001111000111010011110001111110001010010110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517169; }

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

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

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

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

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

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

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

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