#506862

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

Shades of Dark Green Copper #506862

Tints of Dark Green Copper #506862

Color information

#506862 (or 0x506862) is unknown color: approx Dark Green Copper. HEX triplet: 50, 68 and 62. RGB value is (80,104,98). Sum of RGB (Red+Green+Blue) = 80+104+98=282 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.37% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 98 (38.67% from 255 or 34.75% from 282); Max value from RGB is 104 - color contains mainly: green. Hex color #506862 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506862 is #AF979D. Grayscale: #606060. Windows color (decimal): -11507614 or 6449232. OLE color: 6449232.

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

Color convert

RGB8010498-
CMYK0.2300.060.59
HSL165º13.04%36.08%-
HSV(B)165º23.08%40.78%-
XYZ10.4612.4913.41-
YUV96.14129.05116.49-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.37%
GREEN value IS 104 (41.02% from 255) = 36.88%
BLUE value IS 98 (38.67% from 255) = 34.75%
R=28.37%
G=36.88%
B=34.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80104980.2300.060.5916513.0436.08
Hex50686217063Ba5d24
Octal1201501422706732451544
Binary101000011010001100010101110110111011101001011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506862; }

 p { color: rgb(80,104,98); }

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

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

 a { background-color: rgb(80,104,98); }

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

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

 span { border-color: rgb(80,104,98); }

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