#404E3D

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

Shades of Grey-Asparagus #404E3D

Tints of Grey-Asparagus #404E3D

Color information

#404E3D (or 0x404E3D) is unknown color: approx Grey-Asparagus. HEX triplet: 40, 4E and 3D. RGB value is (64,78,61). Sum of RGB (Red+Green+Blue) = 64+78+61=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 78 (30.86% from 255 or 38.42% from 203); Blue value is 61 (24.22% from 255 or 30.05% from 203); Max value from RGB is 78 - color contains mainly: green. Hex color #404E3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404E3D is #BFB1C2. Grayscale: #474747. Windows color (decimal): -12562883 or 4017728. OLE color: 4017728.

HSL color Cylindrical-coordinate representation of color #404E3D: hue angle of 109.41º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #404E3D is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB647861-
CMYK0.1800.220.69
HSL109.41º12.23%27.25%-
HSV(B)109.41º21.79%30.59%-
XYZ5.686.885.44-
YUV71.88121.86122.38-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.53%
GREEN value IS 78 (30.86% from 255) = 38.42%
BLUE value IS 61 (24.22% from 255) = 30.05%
R=31.53%
G=38.42%
B=30.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6478610.1800.220.69109.4112.2327.25
Hex404E3D12016456dc1b
Octal10011675220261051551433
Binary100000010011101111011001001011010001011101101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404E3D; }

 p { color: rgb(64,78,61); }

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

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

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

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

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

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

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