#46756C

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

Shades of Dark Green Copper #46756C

Tints of Dark Green Copper #46756C

Color information

#46756C (or 0x46756C) is unknown color: approx Dark Green Copper. HEX triplet: 46, 75 and 6C. RGB value is (70,117,108). Sum of RGB (Red+Green+Blue) = 70+117+108=295 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.73% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 117 - color contains mainly: green. Hex color #46756C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46756C is #B98A93. Grayscale: #656565. Windows color (decimal): -12159636 or 7107910. OLE color: 7107910.

HSL color Cylindrical-coordinate representation of color #46756C: hue angle of 168.51º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #46756C is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB70117108-
CMYK0.4000.080.54
HSL168.51º25.13%36.67%-
HSV(B)168.51º40.17%45.88%-
XYZ11.5915.1116.49-
YUV101.92131.43105.23-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.73%
GREEN value IS 117 (46.09% from 255) = 39.66%
BLUE value IS 108 (42.58% from 255) = 36.61%
R=23.73%
G=39.66%
B=36.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal701171080.4000.080.54168.5125.1336.67
Hex46756C280836a91925
Octal10616515450010662513145
Binary100011011101011101100101000010001101101010100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46756C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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