#46766E

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

Shades of Dark Green Copper #46766E

Tints of Dark Green Copper #46766E

Color information

#46766E (or 0x46766E) is unknown color: approx Dark Green Copper. HEX triplet: 46, 76 and 6E. RGB value is (70,118,110). Sum of RGB (Red+Green+Blue) = 70+118+110=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 118 (46.48% from 255 or 39.60% from 298); Blue value is 110 (43.36% from 255 or 36.91% from 298); Max value from RGB is 118 - color contains mainly: green. Hex color #46766E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46766E is #B98991. Grayscale: #666666. Windows color (decimal): -12159378 or 7239238. OLE color: 7239238.

HSL color Cylindrical-coordinate representation of color #46766E: hue angle of 170º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #46766E is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB70118110-
CMYK0.4100.070.54
HSL170º25.53%36.86%-
HSV(B)170º40.68%46.27%-
XYZ11.8215.3817.1-
YUV102.74132.1104.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.49%
GREEN value IS 118 (46.48% from 255) = 39.60%
BLUE value IS 110 (43.36% from 255) = 36.91%
R=23.49%
G=39.60%
B=36.91%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal701181100.4100.070.5417025.5336.86
Hex46766E290736aa1a25
Octal1061661565107662523245
Binary10001101110110110111010100101111101101010101011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46766E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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