#466863

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

Shades of Dark Green Copper #466863

Tints of Dark Green Copper #466863

Color information

#466863 (or 0x466863) is unknown color: approx Dark Green Copper. HEX triplet: 46, 68 and 63. RGB value is (70,104,99). Sum of RGB (Red+Green+Blue) = 70+104+99=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 104 (41.02% from 255 or 38.10% from 273); Blue value is 99 (39.06% from 255 or 36.26% from 273); Max value from RGB is 104 - color contains mainly: green. Hex color #466863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466863 is #B9979C. Grayscale: #5D5D5D. Windows color (decimal): -12162973 or 6514758. OLE color: 6514758.

HSL color Cylindrical-coordinate representation of color #466863: hue angle of 171.18º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #466863 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB7010499-
CMYK0.3300.050.59
HSL171.18º19.54%34.12%-
HSV(B)171.18º32.69%40.78%-
XYZ9.7312.113.63-
YUV93.26131.24111.41-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.64%
GREEN value IS 104 (41.02% from 255) = 38.10%
BLUE value IS 99 (39.06% from 255) = 36.26%
R=25.64%
G=38.10%
B=36.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal70104990.3300.050.59171.1819.5434.12
Hex46686321053Bab1422
Octal1061501434105732532442
Binary10001101101000110001110000101011110111010101110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466863; }

 p { color: rgb(70,104,99); }

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

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

 a { background-color: rgb(70,104,99); }

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

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

 span { border-color: rgb(70,104,99); }

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