#46756E

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

Shades of Dark Green Copper #46756E

Tints of Dark Green Copper #46756E

Color information

#46756E (or 0x46756E) is unknown color: approx Dark Green Copper. HEX triplet: 46, 75 and 6E. RGB value is (70,117,110). Sum of RGB (Red+Green+Blue) = 70+117+110=297 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.57% from 297); Green value is 117 (46.09% from 255 or 39.39% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 117 - color contains mainly: green. Hex color #46756E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46756E is #B98A91. Grayscale: #666666. Windows color (decimal): -12159634 or 7238982. OLE color: 7238982.

HSL color Cylindrical-coordinate representation of color #46756E: hue angle of 171.06º 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 #46756E is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB70117110-
CMYK0.4000.060.54
HSL171.06º25.13%36.67%-
HSV(B)171.06º40.17%45.88%-
XYZ11.715.1517.06-
YUV102.15132.43105.07-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.57%
GREEN value IS 117 (46.09% from 255) = 39.39%
BLUE value IS 110 (43.36% from 255) = 37.04%
R=23.57%
G=39.39%
B=37.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal701171100.4000.060.54171.0625.1336.67
Hex46756E280636ab1925
Octal1061651565006662533145
Binary10001101110101110111010100001101101101010101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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