#508073

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

Shades of Dark Green Copper #508073

Tints of Dark Green Copper #508073

Color information

#508073 (or 0x508073) is unknown color: approx Dark Green Copper. HEX triplet: 50, 80 and 73. RGB value is (80,128,115). Sum of RGB (Red+Green+Blue) = 80+128+115=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 128 (50.39% from 255 or 39.63% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 128 - color contains mainly: green. Hex color #508073 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508073 is #AF7F8C. Grayscale: #707070. Windows color (decimal): -11501453 or 7569488. OLE color: 7569488.

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

Color convert

RGB80128115-
CMYK0.3800.100.50
HSL163.75º23.08%40.78%-
HSV(B)163.75º37.5%50.2%-
XYZ14.1218.3819.02-
YUV112.17129.6105.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.77%
GREEN value IS 128 (50.39% from 255) = 39.63%
BLUE value IS 115 (45.31% from 255) = 35.60%
R=24.77%
G=39.63%
B=35.60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal801281150.3800.100.50163.7523.0840.78
Hex508073260A32a41729
Octal12020016346012622442751
Binary1010000100000001110011100110010101100101010010010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508073; }

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

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

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

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

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

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

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

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