#517970

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

Shades of Dark Green Copper #517970

Tints of Dark Green Copper #517970

Color information

#517970 (or 0x517970) is unknown color: approx Dark Green Copper. HEX triplet: 51, 79 and 70. RGB value is (81,121,112). Sum of RGB (Red+Green+Blue) = 81+121+112=314 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.80% from 314); Green value is 121 (47.66% from 255 or 38.54% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 121 - color contains mainly: green. Hex color #517970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517970 is #AE868F. Grayscale: #6C6C6C. Windows color (decimal): -11437712 or 7371089. OLE color: 7371089.

HSL color Cylindrical-coordinate representation of color #517970: hue angle of 166.5º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #517970 is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB81121112-
CMYK0.3300.070.53
HSL166.5º19.8%39.61%-
HSV(B)166.5º33.06%47.45%-
XYZ13.1616.5917.84-
YUV108.01130.25108.73-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.80%
GREEN value IS 121 (47.66% from 255) = 38.54%
BLUE value IS 112 (44.14% from 255) = 35.67%
R=25.80%
G=38.54%
B=35.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal811211120.3300.070.53166.519.839.61
Hex517970210735a61428
Octal1211711604107652462450
Binary10100011111001111000010000101111101011010011010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517970; }

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

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

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

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

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

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

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

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