#46786C

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

Shades of Dark Green Copper #46786C

Tints of Dark Green Copper #46786C

Color information

#46786C (or 0x46786C) is unknown color: approx Dark Green Copper. HEX triplet: 46, 78 and 6C. RGB value is (70,120,108). Sum of RGB (Red+Green+Blue) = 70+120+108=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 120 (47.27% from 255 or 40.27% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 120 - color contains mainly: green. Hex color #46786C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46786C is #B98793. Grayscale: #676767. Windows color (decimal): -12158868 or 7108678. OLE color: 7108678.

HSL color Cylindrical-coordinate representation of color #46786C: hue angle of 165.6º degrees, saturation: 0.26, 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 #46786C is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB70120108-
CMYK0.4200.100.53
HSL165.6º26.32%37.25%-
HSV(B)165.6º41.67%47.06%-
XYZ11.9515.8216.61-
YUV103.68130.44103.98-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.49%
GREEN value IS 120 (47.27% from 255) = 40.27%
BLUE value IS 108 (42.58% from 255) = 36.24%
R=23.49%
G=40.27%
B=36.24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal701201080.4200.100.53165.626.3237.25
Hex46786C2A0A35a61a25
Octal10617015452012652463245
Binary100011011110001101100101010010101101011010011011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46786C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46786C; }

 p { color: rgb(70,120,108); }

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

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

 a { background-color: rgb(70,120,108); }

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

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

 span { border-color: rgb(70,120,108); }

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