#46716B

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

Shades of Dark Green Copper #46716B

Tints of Dark Green Copper #46716B

Color information

#46716B (or 0x46716B) is unknown color: approx Dark Green Copper. HEX triplet: 46, 71 and 6B. RGB value is (70,113,107). Sum of RGB (Red+Green+Blue) = 70+113+107=290 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.14% from 290); Green value is 113 (44.53% from 255 or 38.97% from 290); Blue value is 107 (42.19% from 255 or 36.90% from 290); Max value from RGB is 113 - color contains mainly: green. Hex color #46716B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46716B is #B98E94. Grayscale: #636363. Windows color (decimal): -12160661 or 7041350. OLE color: 7041350.

HSL color Cylindrical-coordinate representation of color #46716B: hue angle of 171.63º 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 #46716B is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB70113107-
CMYK0.3800.050.56
HSL171.63º23.5%35.88%-
HSV(B)171.63º38.05%44.31%-
XYZ11.0814.1716.06-
YUV99.46132.25106.99-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.14%
GREEN value IS 113 (44.53% from 255) = 38.97%
BLUE value IS 107 (42.19% from 255) = 36.90%
R=24.14%
G=38.97%
B=36.90%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal701131070.3800.050.56171.6323.535.88
Hex46716B260538ac1724
Octal1061611534605702542744
Binary10001101110001110101110011001011110001010110010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46716B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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