#406B63

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

Shades of Dark Green Copper #406B63

Tints of Dark Green Copper #406B63

Color information

#406B63 (or 0x406B63) is unknown color: approx Dark Green Copper. HEX triplet: 40, 6B and 63. RGB value is (64,107,99). Sum of RGB (Red+Green+Blue) = 64+107+99=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 107 (42.19% from 255 or 39.63% from 270); Blue value is 99 (39.06% from 255 or 36.67% from 270); Max value from RGB is 107 - color contains mainly: green. Hex color #406B63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406B63 is #BF949C. Grayscale: #5D5D5D. Windows color (decimal): -12555421 or 6515520. OLE color: 6515520.

HSL color Cylindrical-coordinate representation of color #406B63: hue angle of 168.84º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #406B63 is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB6410799-
CMYK0.4000.070.58
HSL168.84º25.15%33.53%-
HSV(B)168.84º40.19%41.96%-
XYZ9.6212.5113.71-
YUV93.23131.25107.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.70%
GREEN value IS 107 (42.19% from 255) = 39.63%
BLUE value IS 99 (39.06% from 255) = 36.67%
R=23.70%
G=39.63%
B=36.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64107990.4000.070.58168.8425.1533.53
Hex406B6328073Aa91922
Octal1001531435007722513142
Binary10000001101011110001110100001111110101010100111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406B63; }

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

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

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

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

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

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

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

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