#46706C

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

Shades of Dark Green Copper #46706C

Tints of Dark Green Copper #46706C

Color information

#46706C (or 0x46706C) is unknown color: approx Dark Green Copper. HEX triplet: 46, 70 and 6C. RGB value is (70,112,108). Sum of RGB (Red+Green+Blue) = 70+112+108=290 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.14% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 112 - color contains mainly: green. Hex color #46706C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46706C is #B98F93. Grayscale: #626262. Windows color (decimal): -12160916 or 7106630. OLE color: 7106630.

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

Color convert

RGB70112108-
CMYK0.3800.040.56
HSL174.29º23.08%35.69%-
HSV(B)174.29º37.5%43.92%-
XYZ11.0313.9716.3-
YUV98.99133.09107.33-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.14%
GREEN value IS 112 (44.14% from 255) = 38.62%
BLUE value IS 108 (42.58% from 255) = 37.24%
R=24.14%
G=38.62%
B=37.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal701121080.3800.040.56174.2923.0835.69
Hex46706C260438ae1724
Octal1061601544604702562744
Binary10001101110000110110010011001001110001010111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46706C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46706C; }

 p { color: rgb(70,112,108); }

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

<style>
 a { background-color: #46706C; }

 a { background-color: rgb(70,112,108); }

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

<style>
 span { border-color: #46706C; }

 span { border-color: rgb(70,112,108); }

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