#46736E

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

Shades of Dark Green Copper #46736E

Tints of Dark Green Copper #46736E

Color information

#46736E (or 0x46736E) is unknown color: approx Dark Green Copper. HEX triplet: 46, 73 and 6E. RGB value is (70,115,110). Sum of RGB (Red+Green+Blue) = 70+115+110=295 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.73% from 295); Green value is 115 (45.31% from 255 or 38.98% from 295); Blue value is 110 (43.36% from 255 or 37.29% from 295); Max value from RGB is 115 - color contains mainly: green. Hex color #46736E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46736E is #B98C91. Grayscale: #646464. Windows color (decimal): -12160146 or 7238470. OLE color: 7238470.

HSL color Cylindrical-coordinate representation of color #46736E: hue angle of 173.33º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #46736E is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB70115110-
CMYK0.3900.040.55
HSL173.33º24.32%36.27%-
HSV(B)173.33º39.13%45.1%-
XYZ11.4714.6916.98-
YUV100.98133.09105.91-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.73%
GREEN value IS 115 (45.31% from 255) = 38.98%
BLUE value IS 110 (43.36% from 255) = 37.29%
R=23.73%
G=38.98%
B=37.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal701151100.3900.040.55173.3324.3236.27
Hex46736E270437ad1824
Octal1061631564704672553044
Binary10001101110011110111010011101001101111010110111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46736E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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