#406340

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

Shades of Grey-Asparagus #406340

Tints of Grey-Asparagus #406340

Color information

#406340 (or 0x406340) is unknown color: approx Grey-Asparagus. HEX triplet: 40, 63 and 40. RGB value is (64,99,64). Sum of RGB (Red+Green+Blue) = 64+99+64=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 99 (39.06% from 255 or 43.61% from 227); Blue value is 64 (25.39% from 255 or 28.19% from 227); Max value from RGB is 99 - color contains mainly: green. Hex color #406340 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406340 is #BF9CBF. Grayscale: #545454. Windows color (decimal): -12557504 or 4219712. OLE color: 4219712.

HSL color Cylindrical-coordinate representation of color #406340: hue angle of 120º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #406340 is Cyan = 0.35, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.61.

Color convert

RGB649964-
CMYK0.3500.350.61
HSL120º21.47%31.96%-
HSV(B)120º35.35%38.82%-
XYZ7.510.386.46-
YUV84.54116.4113.35-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.19%
GREEN value IS 99 (39.06% from 255) = 43.61%
BLUE value IS 64 (25.39% from 255) = 28.19%
R=28.19%
G=43.61%
B=28.19%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6499640.3500.350.6112021.4731.96
Hex406340230233D781520
Octal10014310043043751702540
Binary1000000110001110000001000110100011111101111100010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406340; }

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

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

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

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

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

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

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

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