#518074

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

Shades of Dark Green Copper #518074

Tints of Dark Green Copper #518074

Color information

#518074 (or 0x518074) is unknown color: approx Dark Green Copper. HEX triplet: 51, 80 and 74. RGB value is (81,128,116). Sum of RGB (Red+Green+Blue) = 81+128+116=325 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.92% from 325); Green value is 128 (50.39% from 255 or 39.38% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 128 - color contains mainly: green. Hex color #518074 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518074 is #AE7F8B. Grayscale: #707070. Windows color (decimal): -11435916 or 7635025. OLE color: 7635025.

HSL color Cylindrical-coordinate representation of color #518074: hue angle of 164.68º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #518074 is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB81128116-
CMYK0.3700.090.50
HSL164.68º22.49%40.98%-
HSV(B)164.68º36.72%50.2%-
XYZ14.2618.4519.33-
YUV112.58129.93105.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.92%
GREEN value IS 128 (50.39% from 255) = 39.38%
BLUE value IS 116 (45.70% from 255) = 35.69%
R=24.92%
G=39.38%
B=35.69%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal811281160.3700.090.50164.6822.4940.98
Hex518074250932a51629
Octal12120016445011622452651
Binary1010001100000001110100100101010011100101010010110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518074; }

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

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

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

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

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

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

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

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