#46726C

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

Shades of Dark Green Copper #46726C

Tints of Dark Green Copper #46726C

Color information

#46726C (or 0x46726C) is unknown color: approx Dark Green Copper. HEX triplet: 46, 72 and 6C. RGB value is (70,114,108). Sum of RGB (Red+Green+Blue) = 70+114+108=292 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.97% from 292); Green value is 114 (44.92% from 255 or 39.04% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 114 - color contains mainly: green. Hex color #46726C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46726C is #B98D93. Grayscale: #646464. Windows color (decimal): -12160404 or 7107142. OLE color: 7107142.

HSL color Cylindrical-coordinate representation of color #46726C: hue angle of 171.82º 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 #46726C is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB70114108-
CMYK0.3900.050.55
HSL171.82º23.91%36.08%-
HSV(B)171.82º38.6%44.71%-
XYZ11.2514.4216.38-
YUV100.16132.42106.49-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.97%
GREEN value IS 114 (44.92% from 255) = 39.04%
BLUE value IS 108 (42.58% from 255) = 36.99%
R=23.97%
G=39.04%
B=36.99%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal701141080.3900.050.55171.8223.9136.08
Hex46726C270537ac1824
Octal1061621544705672543044
Binary10001101110010110110010011101011101111010110011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46726C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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