#407164

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

Shades of Dark Green Copper #407164

Tints of Dark Green Copper #407164

Color information

#407164 (or 0x407164) is unknown color: approx Dark Green Copper. HEX triplet: 40, 71 and 64. RGB value is (64,113,100). Sum of RGB (Red+Green+Blue) = 64+113+100=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 113 (44.53% from 255 or 40.79% from 277); Blue value is 100 (39.45% from 255 or 36.10% from 277); Max value from RGB is 113 - color contains mainly: green. Hex color #407164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407164 is #BF8E9B. Grayscale: #606060. Windows color (decimal): -12553884 or 6582592. OLE color: 6582592.

HSL color Cylindrical-coordinate representation of color #407164: hue angle of 164.08º 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 #407164 is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB64113100-
CMYK0.4300.120.56
HSL164.08º27.68%34.71%-
HSV(B)164.08º43.36%44.31%-
XYZ10.3213.8214.18-
YUV96.87129.77104.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.10%
GREEN value IS 113 (44.53% from 255) = 40.79%
BLUE value IS 100 (39.45% from 255) = 36.10%
R=23.10%
G=40.79%
B=36.10%

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
Decimal641131000.4300.120.56164.0827.6834.71
Hex4071642B0C38a41c23
Octal10016114453014702443443
Binary100000011100011100100101011011001110001010010011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407164; }

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

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

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

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

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

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

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

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