#517065

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

Shades of Dark Green Copper #517065

Tints of Dark Green Copper #517065

Color information

#517065 (or 0x517065) is unknown color: approx Dark Green Copper. HEX triplet: 51, 70 and 65. RGB value is (81,112,101). Sum of RGB (Red+Green+Blue) = 81+112+101=294 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.55% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 112 - color contains mainly: green. Hex color #517065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517065 is #AE8F9A. Grayscale: #656565. Windows color (decimal): -11440027 or 6647889. OLE color: 6647889.

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

Color convert

RGB81112101-
CMYK0.2800.100.56
HSL158.71º16.06%37.84%-
HSV(B)158.71º27.68%43.92%-
XYZ11.5414.2814.46-
YUV101.48127.73113.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.55%
GREEN value IS 112 (44.14% from 255) = 38.10%
BLUE value IS 101 (39.84% from 255) = 34.35%
R=27.55%
G=38.10%
B=34.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal811121010.2800.100.56158.7116.0637.84
Hex5170651C0A389f1026
Octal12116014534012702372046
Binary10100011110000110010111100010101110001001111110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517065; }

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

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

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

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

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

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

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

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