#517066

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

Shades of Dark Green Copper #517066

Tints of Dark Green Copper #517066

Color information

#517066 (or 0x517066) is unknown color: approx Dark Green Copper. HEX triplet: 51, 70 and 66. RGB value is (81,112,102). Sum of RGB (Red+Green+Blue) = 81+112+102=295 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.46% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 102 (40.23% from 255 or 34.58% from 295); Max value from RGB is 112 - color contains mainly: green. Hex color #517066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517066 is #AE8F99. Grayscale: #656565. Windows color (decimal): -11440026 or 6713425. OLE color: 6713425.

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

Color convert

RGB81112102-
CMYK0.2800.090.56
HSL160.65º16.06%37.84%-
HSV(B)160.65º27.68%43.92%-
XYZ11.5914.314.72-
YUV101.59128.23113.31-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.46%
GREEN value IS 112 (44.14% from 255) = 37.97%
BLUE value IS 102 (40.23% from 255) = 34.58%
R=27.46%
G=37.97%
B=34.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal811121020.2800.090.56160.6516.0637.84
Hex5170661C0938a11026
Octal12116014634011702412046
Binary10100011110000110011011100010011110001010000110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517066; }

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

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

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

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

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

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

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

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