#46776E

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

Shades of Dark Green Copper #46776E

Tints of Dark Green Copper #46776E

Color information

#46776E (or 0x46776E) is unknown color: approx Dark Green Copper. HEX triplet: 46, 77 and 6E. RGB value is (70,119,110). Sum of RGB (Red+Green+Blue) = 70+119+110=299 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.41% from 299); Green value is 119 (46.88% from 255 or 39.80% from 299); Blue value is 110 (43.36% from 255 or 36.79% from 299); Max value from RGB is 119 - color contains mainly: green. Hex color #46776E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46776E is #B98891. Grayscale: #676767. Windows color (decimal): -12159122 or 7239494. OLE color: 7239494.

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

Color convert

RGB70119110-
CMYK0.4100.080.53
HSL168.98º25.93%37.06%-
HSV(B)168.98º41.18%46.67%-
XYZ11.9415.6217.14-
YUV103.32131.77104.23-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.41%
GREEN value IS 119 (46.88% from 255) = 39.80%
BLUE value IS 110 (43.36% from 255) = 36.79%
R=23.41%
G=39.80%
B=36.79%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal701191100.4100.080.53168.9825.9337.06
Hex46776E290835a91a25
Octal10616715651010652513245
Binary100011011101111101110101001010001101011010100111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46776E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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