#517366

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

Shades of Dark Green Copper #517366

Tints of Dark Green Copper #517366

Color information

#517366 (or 0x517366) is unknown color: approx Dark Green Copper. HEX triplet: 51, 73 and 66. RGB value is (81,115,102). Sum of RGB (Red+Green+Blue) = 81+115+102=298 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.18% from 298); Green value is 115 (45.31% from 255 or 38.59% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 115 - color contains mainly: green. Hex color #517366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517366 is #AE8C99. Grayscale: #676767. Windows color (decimal): -11439258 or 6714193. OLE color: 6714193.

HSL color Cylindrical-coordinate representation of color #517366: hue angle of 157.06º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #517366 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB81115102-
CMYK0.3000.110.55
HSL157.06º17.35%38.43%-
HSV(B)157.06º29.57%45.1%-
XYZ11.9214.9714.83-
YUV103.35127.24112.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.18%
GREEN value IS 115 (45.31% from 255) = 38.59%
BLUE value IS 102 (40.23% from 255) = 34.23%
R=27.18%
G=38.59%
B=34.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal811151020.3000.110.55157.0617.3538.43
Hex5173661E0B379d1126
Octal12116314636013672352146
Binary10100011110011110011011110010111101111001110110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517366; }

 p { color: rgb(81,115,102); }

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

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

 a { background-color: rgb(81,115,102); }

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

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

 span { border-color: rgb(81,115,102); }

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