#46746F

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

Shades of Dark Green Copper #46746F

Tints of Dark Green Copper #46746F

Color information

#46746F (or 0x46746F) is unknown color: approx Dark Green Copper. HEX triplet: 46, 74 and 6F. RGB value is (70,116,111). Sum of RGB (Red+Green+Blue) = 70+116+111=297 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.57% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 111 (43.75% from 255 or 37.37% from 297); Max value from RGB is 116 - color contains mainly: green. Hex color #46746F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46746F is #B98B90. Grayscale: #656565. Windows color (decimal): -12159889 or 7304262. OLE color: 7304262.

HSL color Cylindrical-coordinate representation of color #46746F: hue angle of 173.48º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #46746F is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB70116111-
CMYK0.4000.040.55
HSL173.48º24.73%36.47%-
HSV(B)173.48º39.66%45.49%-
XYZ11.6414.9417.31-
YUV101.68133.26105.41-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.57%
GREEN value IS 116 (45.70% from 255) = 39.06%
BLUE value IS 111 (43.75% from 255) = 37.37%
R=23.57%
G=39.06%
B=37.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal701161110.4000.040.55173.4824.7336.47
Hex46746F280437ad1924
Octal1061641575004672553144
Binary10001101110100110111110100001001101111010110111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46746F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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