#46716E

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

Shades of Dark Green Copper #46716E

Tints of Dark Green Copper #46716E

Color information

#46716E (or 0x46716E) is unknown color: approx Dark Green Copper. HEX triplet: 46, 71 and 6E. RGB value is (70,113,110). Sum of RGB (Red+Green+Blue) = 70+113+110=293 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.89% from 293); Green value is 113 (44.53% from 255 or 38.57% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 113 - color contains mainly: green. Hex color #46716E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46716E is #B98E91. Grayscale: #636363. Windows color (decimal): -12160658 or 7237958. OLE color: 7237958.

HSL color Cylindrical-coordinate representation of color #46716E: hue angle of 175.81º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #46716E is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB70113110-
CMYK0.3800.030.56
HSL175.81º23.5%35.88%-
HSV(B)175.81º38.05%44.31%-
XYZ11.2514.2416.91-
YUV99.8133.75106.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.89%
GREEN value IS 113 (44.53% from 255) = 38.57%
BLUE value IS 110 (43.36% from 255) = 37.54%
R=23.89%
G=38.57%
B=37.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal701131100.3800.030.56175.8123.535.88
Hex46716E260338b01724
Octal1061611564603702602744
Binary1000110111000111011101001100111110001011000010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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