#46796E

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

Shades of Dark Green Copper #46796E

Tints of Dark Green Copper #46796E

Color information

#46796E (or 0x46796E) is unknown color: approx Dark Green Copper. HEX triplet: 46, 79 and 6E. RGB value is (70,121,110). Sum of RGB (Red+Green+Blue) = 70+121+110=301 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.26% from 301); Green value is 121 (47.66% from 255 or 40.20% from 301); Blue value is 110 (43.36% from 255 or 36.54% from 301); Max value from RGB is 121 - color contains mainly: green. Hex color #46796E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46796E is #B98691. Grayscale: #686868. Windows color (decimal): -12158610 or 7240006. OLE color: 7240006.

HSL color Cylindrical-coordinate representation of color #46796E: hue angle of 167.06º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #46796E is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB70121110-
CMYK0.4200.090.53
HSL167.06º26.7%37.45%-
HSV(B)167.06º42.15%47.45%-
XYZ12.1816.117.22-
YUV104.5131.1103.39-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.26%
GREEN value IS 121 (47.66% from 255) = 40.20%
BLUE value IS 110 (43.36% from 255) = 36.54%
R=23.26%
G=40.20%
B=36.54%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal701211100.4200.090.53167.0626.737.45
Hex46796E2A0935a71b25
Octal10617115652011652473345
Binary100011011110011101110101010010011101011010011111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46796E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46796E; }

 p { color: rgb(70,121,110); }

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

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

 a { background-color: rgb(70,121,110); }

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

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

 span { border-color: rgb(70,121,110); }

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