#46716A

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

Shades of Dark Green Copper #46716A

Tints of Dark Green Copper #46716A

Color information

#46716A (or 0x46716A) is unknown color: approx Dark Green Copper. HEX triplet: 46, 71 and 6A. RGB value is (70,113,106). Sum of RGB (Red+Green+Blue) = 70+113+106=289 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.22% from 289); Green value is 113 (44.53% from 255 or 39.10% from 289); Blue value is 106 (41.80% from 255 or 36.68% from 289); Max value from RGB is 113 - color contains mainly: green. Hex color #46716A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46716A is #B98E95. Grayscale: #636363. Windows color (decimal): -12160662 or 6975814. OLE color: 6975814.

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

Color convert

RGB70113106-
CMYK0.3800.060.56
HSL170.23º23.5%35.88%-
HSV(B)170.23º38.05%44.31%-
XYZ11.0314.1515.79-
YUV99.34131.75107.07-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.22%
GREEN value IS 113 (44.53% from 255) = 39.10%
BLUE value IS 106 (41.80% from 255) = 36.68%
R=24.22%
G=39.10%
B=36.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal701131060.3800.060.56170.2323.535.88
Hex46716A260638aa1724
Octal1061611524606702522744
Binary10001101110001110101010011001101110001010101010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46716A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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