#407364

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

Shades of Dark Green Copper #407364

Tints of Dark Green Copper #407364

Color information

#407364 (or 0x407364) is unknown color: approx Dark Green Copper. HEX triplet: 40, 73 and 64. RGB value is (64,115,100). Sum of RGB (Red+Green+Blue) = 64+115+100=279 (36% of max value = 765). Red value is 64 (25.39% from 255 or 22.94% from 279); Green value is 115 (45.31% from 255 or 41.22% from 279); Blue value is 100 (39.45% from 255 or 35.84% from 279); Max value from RGB is 115 - color contains mainly: green. Hex color #407364 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407364 is #BF8C9B. Grayscale: #626262. Windows color (decimal): -12553372 or 6583104. OLE color: 6583104.

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

Color convert

RGB64115100-
CMYK0.4400.130.55
HSL162.35º28.49%35.1%-
HSV(B)162.35º44.35%45.1%-
XYZ10.5514.2714.26-
YUV98.04129.1103.72-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.94%
GREEN value IS 115 (45.31% from 255) = 41.22%
BLUE value IS 100 (39.45% from 255) = 35.84%
R=22.94%
G=41.22%
B=35.84%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal641151000.4400.130.55162.3528.4935.1
Hex4073642C0D37a21c23
Octal10016314454015672423443
Binary100000011100111100100101100011011101111010001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407364; }

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

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

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

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

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

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

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

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