#406A3F

Color #406A3F Grey-Asparagus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey-Asparagus #406A3F

Tints of Grey-Asparagus #406A3F

Color information

#406A3F (or 0x406A3F) is unknown color: approx Grey-Asparagus. HEX triplet: 40, 6A and 3F. RGB value is (64,106,63). Sum of RGB (Red+Green+Blue) = 64+106+63=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 106 (41.80% from 255 or 45.49% from 233); Blue value is 63 (25% from 255 or 27.04% from 233); Max value from RGB is 106 - color contains mainly: green. Hex color #406A3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406A3F is #BF95C0. Grayscale: #585858. Windows color (decimal): -12555713 or 4155968. OLE color: 4155968.

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

Color convert

RGB6410663-
CMYK0.4000.410.58
HSL118.6º25.44%33.14%-
HSV(B)118.6º40.57%41.57%-
XYZ8.1711.766.54-
YUV88.54113.59110.5-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.47%
GREEN value IS 106 (41.80% from 255) = 45.49%
BLUE value IS 63 (25% from 255) = 27.04%
R=27.47%
G=45.49%
B=27.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64106630.4000.410.58118.625.4433.14
Hex406A3F280293A771921
Octal1001527750051721673141
Binary100000011010101111111010000101001111010111011111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,106,63); }

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

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

 a { background-color: rgb(64,106,63); }

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

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

 span { border-color: rgb(64,106,63); }

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