#46756B

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

Shades of Dark Green Copper #46756B

Tints of Dark Green Copper #46756B

Color information

#46756B (or 0x46756B) is unknown color: approx Dark Green Copper. HEX triplet: 46, 75 and 6B. RGB value is (70,117,107). Sum of RGB (Red+Green+Blue) = 70+117+107=294 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.81% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 117 - color contains mainly: green. Hex color #46756B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46756B is #B98A94. Grayscale: #656565. Windows color (decimal): -12159637 or 7042374. OLE color: 7042374.

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

Color convert

RGB70117107-
CMYK0.4000.090.54
HSL167.23º25.13%36.67%-
HSV(B)167.23º40.17%45.88%-
XYZ11.5415.0916.21-
YUV101.81130.93105.31-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.81%
GREEN value IS 117 (46.09% from 255) = 39.80%
BLUE value IS 107 (42.19% from 255) = 36.39%
R=23.81%
G=39.80%
B=36.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal701171070.4000.090.54167.2325.1336.67
Hex46756B280936a71925
Octal10616515350011662473145
Binary100011011101011101011101000010011101101010011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46756B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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