#407163

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

Shades of Dark Green Copper #407163

Tints of Dark Green Copper #407163

Color information

#407163 (or 0x407163) is unknown color: approx Dark Green Copper. HEX triplet: 40, 71 and 63. RGB value is (64,113,99). Sum of RGB (Red+Green+Blue) = 64+113+99=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 113 (44.53% from 255 or 40.94% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 113 - color contains mainly: green. Hex color #407163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407163 is #BF8E9C. Grayscale: #606060. Windows color (decimal): -12553885 or 6517056. OLE color: 6517056.

HSL color Cylindrical-coordinate representation of color #407163: hue angle of 162.86º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #407163 is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB6411399-
CMYK0.4300.120.56
HSL162.86º27.68%34.71%-
HSV(B)162.86º43.36%44.31%-
XYZ10.2713.813.93-
YUV96.75129.27104.64-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.19%
GREEN value IS 113 (44.53% from 255) = 40.94%
BLUE value IS 99 (39.06% from 255) = 35.87%
R=23.19%
G=40.94%
B=35.87%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64113990.4300.120.56162.8627.6834.71
Hex4071632B0C38a31c23
Octal10016114353014702433443
Binary100000011100011100011101011011001110001010001111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407163; }

 p { color: rgb(64,113,99); }

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

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

 a { background-color: rgb(64,113,99); }

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

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

 span { border-color: rgb(64,113,99); }

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