#517466

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

Shades of Dark Green Copper #517466

Tints of Dark Green Copper #517466

Color information

#517466 (or 0x517466) is unknown color: approx Dark Green Copper. HEX triplet: 51, 74 and 66. RGB value is (81,116,102). Sum of RGB (Red+Green+Blue) = 81+116+102=299 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.09% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 102 (40.23% from 255 or 34.11% from 299); Max value from RGB is 116 - color contains mainly: green. Hex color #517466 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517466 is #AE8B99. Grayscale: #676767. Windows color (decimal): -11439002 or 6714449. OLE color: 6714449.

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

Color convert

RGB81116102-
CMYK0.3000.120.55
HSL156º17.77%38.63%-
HSV(B)156º30.17%45.49%-
XYZ12.0415.214.87-
YUV103.94126.9111.64-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.09%
GREEN value IS 116 (45.70% from 255) = 38.80%
BLUE value IS 102 (40.23% from 255) = 34.11%
R=27.09%
G=38.80%
B=34.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal811161020.3000.120.5515617.7738.63
Hex5174661E0C379c1227
Octal12116414636014672342247
Binary10100011110100110011011110011001101111001110010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517466; }

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

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

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

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

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

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

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

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