#406840

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

Shades of Grey-Asparagus #406840

Tints of Grey-Asparagus #406840

Color information

#406840 (or 0x406840) is unknown color: approx Grey-Asparagus. HEX triplet: 40, 68 and 40. RGB value is (64,104,64). Sum of RGB (Red+Green+Blue) = 64+104+64=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 104 (41.02% from 255 or 44.83% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 104 - color contains mainly: green. Hex color #406840 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406840 is #BF97BF. Grayscale: #575757. Windows color (decimal): -12556224 or 4220992. OLE color: 4220992.

HSL color Cylindrical-coordinate representation of color #406840: hue angle of 120º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #406840 is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB6410464-
CMYK0.3800.380.59
HSL120º23.81%32.94%-
HSV(B)120º38.46%40.78%-
XYZ7.9911.366.62-
YUV87.48114.75111.25-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.59%
GREEN value IS 104 (41.02% from 255) = 44.83%
BLUE value IS 64 (25.39% from 255) = 27.59%
R=27.59%
G=44.83%
B=27.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64104640.3800.380.5912023.8132.94
Hex406840260263B781821
Octal10015010046046731703041
Binary1000000110100010000001001100100110111011111100011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406840; }

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

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

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

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

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

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

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

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