#46736B

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

Shades of Dark Green Copper #46736B

Tints of Dark Green Copper #46736B

Color information

#46736B (or 0x46736B) is unknown color: approx Dark Green Copper. HEX triplet: 46, 73 and 6B. RGB value is (70,115,107). Sum of RGB (Red+Green+Blue) = 70+115+107=292 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.97% from 292); Green value is 115 (45.31% from 255 or 39.38% from 292); Blue value is 107 (42.19% from 255 or 36.64% from 292); Max value from RGB is 115 - color contains mainly: green. Hex color #46736B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46736B is #B98C94. Grayscale: #646464. Windows color (decimal): -12160149 or 7041862. OLE color: 7041862.

HSL color Cylindrical-coordinate representation of color #46736B: hue angle of 169.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 #46736B is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB70115107-
CMYK0.3900.070.55
HSL169.33º24.32%36.27%-
HSV(B)169.33º39.13%45.1%-
XYZ11.3114.6316.14-
YUV100.63131.59106.15-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.97%
GREEN value IS 115 (45.31% from 255) = 39.38%
BLUE value IS 107 (42.19% from 255) = 36.64%
R=23.97%
G=39.38%
B=36.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal701151070.3900.070.55169.3324.3236.27
Hex46736B270737a91824
Octal1061631534707672513044
Binary10001101110011110101110011101111101111010100111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46736B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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