#46726A

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

Shades of Dark Green Copper #46726A

Tints of Dark Green Copper #46726A

Color information

#46726A (or 0x46726A) is unknown color: approx Dark Green Copper. HEX triplet: 46, 72 and 6A. RGB value is (70,114,106). Sum of RGB (Red+Green+Blue) = 70+114+106=290 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.14% from 290); Green value is 114 (44.92% from 255 or 39.31% from 290); Blue value is 106 (41.80% from 255 or 36.55% from 290); Max value from RGB is 114 - color contains mainly: green. Hex color #46726A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46726A is #B98D95. Grayscale: #636363. Windows color (decimal): -12160406 or 6976070. OLE color: 6976070.

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

Color convert

RGB70114106-
CMYK0.3900.070.55
HSL169.09º23.91%36.08%-
HSV(B)169.09º38.6%44.71%-
XYZ11.1414.3815.82-
YUV99.93131.42106.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.14%
GREEN value IS 114 (44.92% from 255) = 39.31%
BLUE value IS 106 (41.80% from 255) = 36.55%
R=24.14%
G=39.31%
B=36.55%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal701141060.3900.070.55169.0923.9136.08
Hex46726A270737a91824
Octal1061621524707672513044
Binary10001101110010110101010011101111101111010100111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46726A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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