#407263

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

Shades of Dark Green Copper #407263

Tints of Dark Green Copper #407263

Color information

#407263 (or 0x407263) is unknown color: approx Dark Green Copper. HEX triplet: 40, 72 and 63. RGB value is (64,114,99). Sum of RGB (Red+Green+Blue) = 64+114+99=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 114 (44.92% from 255 or 41.16% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 114 - color contains mainly: green. Hex color #407263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407263 is #BF8D9C. Grayscale: #616161. Windows color (decimal): -12553629 or 6517312. OLE color: 6517312.

HSL color Cylindrical-coordinate representation of color #407263: hue angle of 162º 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 #407263 is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB6411499-
CMYK0.4400.130.55
HSL162º28.09%34.9%-
HSV(B)162º43.86%44.71%-
XYZ10.3814.0313.96-
YUV97.34128.94104.22-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.10%
GREEN value IS 114 (44.92% from 255) = 41.16%
BLUE value IS 99 (39.06% from 255) = 35.74%
R=23.10%
G=41.16%
B=35.74%

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
Decimal64114990.4400.130.5516228.0934.9
Hex4072632C0D37a21c23
Octal10016214354015672423443
Binary100000011100101100011101100011011101111010001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407263; }

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

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

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

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

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

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

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

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