#46756F

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

Shades of Dark Green Copper #46756F

Tints of Dark Green Copper #46756F

Color information

#46756F (or 0x46756F) is unknown color: approx Dark Green Copper. HEX triplet: 46, 75 and 6F. RGB value is (70,117,111). Sum of RGB (Red+Green+Blue) = 70+117+111=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 117 (46.09% from 255 or 39.26% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 117 - color contains mainly: green. Hex color #46756F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46756F is #B98A90. Grayscale: #666666. Windows color (decimal): -12159633 or 7304518. OLE color: 7304518.

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

Color convert

RGB70117111-
CMYK0.4000.050.54
HSL172.34º25.13%36.67%-
HSV(B)172.34º40.17%45.88%-
XYZ11.7615.1717.35-
YUV102.26132.93104.99-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.49%
GREEN value IS 117 (46.09% from 255) = 39.26%
BLUE value IS 111 (43.75% from 255) = 37.25%
R=23.49%
G=39.26%
B=37.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal701171110.4000.050.54172.3425.1336.67
Hex46756F280536ac1925
Octal1061651575005662543145
Binary10001101110101110111110100001011101101010110011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46756F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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