#507469

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

Shades of Dark Green Copper #507469

Tints of Dark Green Copper #507469

Color information

#507469 (or 0x507469) is unknown color: approx Dark Green Copper. HEX triplet: 50, 74 and 69. RGB value is (80,116,105). Sum of RGB (Red+Green+Blue) = 80+116+105=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 116 - color contains mainly: green. Hex color #507469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507469 is #AF8B96. Grayscale: #676767. Windows color (decimal): -11504535 or 6911056. OLE color: 6911056.

HSL color Cylindrical-coordinate representation of color #507469: hue angle of 161.67º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #507469 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB80116105-
CMYK0.3100.090.55
HSL161.67º18.37%38.43%-
HSV(B)161.67º31.03%45.49%-
XYZ12.115.2215.66-
YUV103.98128.57110.89-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.58%
GREEN value IS 116 (45.70% from 255) = 38.54%
BLUE value IS 105 (41.41% from 255) = 34.88%
R=26.58%
G=38.54%
B=34.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal801161050.3100.090.55161.6718.3738.43
Hex5074691F0937a21226
Octal12016415137011672422246
Binary10100001110100110100111111010011101111010001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507469; }

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

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

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

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

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

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

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

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