#46726B

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

Shades of Dark Green Copper #46726B

Tints of Dark Green Copper #46726B

Color information

#46726B (or 0x46726B) is unknown color: approx Dark Green Copper. HEX triplet: 46, 72 and 6B. RGB value is (70,114,107). Sum of RGB (Red+Green+Blue) = 70+114+107=291 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.05% from 291); Green value is 114 (44.92% from 255 or 39.18% from 291); Blue value is 107 (42.19% from 255 or 36.77% from 291); Max value from RGB is 114 - color contains mainly: green. Hex color #46726B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46726B is #B98D94. Grayscale: #646464. Windows color (decimal): -12160405 or 7041606. OLE color: 7041606.

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

Color convert

RGB70114107-
CMYK0.3900.060.55
HSL170.45º23.91%36.08%-
HSV(B)170.45º38.6%44.71%-
XYZ11.214.416.1-
YUV100.05131.92106.57-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.05%
GREEN value IS 114 (44.92% from 255) = 39.18%
BLUE value IS 107 (42.19% from 255) = 36.77%
R=24.05%
G=39.18%
B=36.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal701141070.3900.060.55170.4523.9136.08
Hex46726B270637aa1824
Octal1061621534706672523044
Binary10001101110010110101110011101101101111010101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46726B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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