#517168

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

Shades of Dark Green Copper #517168

Tints of Dark Green Copper #517168

Color information

#517168 (or 0x517168) is unknown color: approx Dark Green Copper. HEX triplet: 51, 71 and 68. RGB value is (81,113,104). Sum of RGB (Red+Green+Blue) = 81+113+104=298 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.18% from 298); Green value is 113 (44.53% from 255 or 37.92% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 113 - color contains mainly: green. Hex color #517168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517168 is #AE8E97. Grayscale: #666666. Windows color (decimal): -11439768 or 6844753. OLE color: 6844753.

HSL color Cylindrical-coordinate representation of color #517168: hue angle of 163.12º 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 #517168 is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB81113104-
CMYK0.2800.080.56
HSL163.12º16.49%38.04%-
HSV(B)163.12º28.32%44.31%-
XYZ11.814.5615.29-
YUV102.41128.9112.73-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.18%
GREEN value IS 113 (44.53% from 255) = 37.92%
BLUE value IS 104 (41.02% from 255) = 34.90%
R=27.18%
G=37.92%
B=34.90%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal811131040.2800.080.56163.1216.4938.04
Hex5171681C0838a31026
Octal12116115034010702432046
Binary10100011110001110100011100010001110001010001110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517168; }

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

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

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

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

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

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

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

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