#508074

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

Shades of Dark Green Copper #508074

Tints of Dark Green Copper #508074

Color information

#508074 (or 0x508074) is unknown color: approx Dark Green Copper. HEX triplet: 50, 80 and 74. RGB value is (80,128,116). Sum of RGB (Red+Green+Blue) = 80+128+116=324 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.69% from 324); Green value is 128 (50.39% from 255 or 39.51% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 128 - color contains mainly: green. Hex color #508074 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508074 is #AF7F8B. Grayscale: #707070. Windows color (decimal): -11501452 or 7635024. OLE color: 7635024.

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

Color convert

RGB80128116-
CMYK0.3800.090.50
HSL165º23.08%40.78%-
HSV(B)165º37.5%50.2%-
XYZ14.1818.419.33-
YUV112.28130.1104.98-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.69%
GREEN value IS 128 (50.39% from 255) = 39.51%
BLUE value IS 116 (45.70% from 255) = 35.80%
R=24.69%
G=39.51%
B=35.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal801281160.3800.090.5016523.0840.78
Hex508074260932a51729
Octal12020016446011622452751
Binary1010000100000001110100100110010011100101010010110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508074; }

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

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

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

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

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

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

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

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