#404F3D

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

Shades of Grey-Asparagus #404F3D

Tints of Grey-Asparagus #404F3D

Color information

#404F3D (or 0x404F3D) is unknown color: approx Grey-Asparagus. HEX triplet: 40, 4F and 3D. RGB value is (64,79,61). Sum of RGB (Red+Green+Blue) = 64+79+61=204 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.37% from 204); Green value is 79 (31.25% from 255 or 38.73% from 204); Blue value is 61 (24.22% from 255 or 29.90% from 204); Max value from RGB is 79 - color contains mainly: green. Hex color #404F3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404F3D is #BFB0C2. Grayscale: #484848. Windows color (decimal): -12562627 or 4017984. OLE color: 4017984.

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

Color convert

RGB647961-
CMYK0.1900.230.69
HSL110º12.86%27.45%-
HSV(B)110º22.78%30.98%-
XYZ5.757.025.47-
YUV72.46121.53121.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.37%
GREEN value IS 79 (31.25% from 255) = 38.73%
BLUE value IS 61 (24.22% from 255) = 29.90%
R=31.37%
G=38.73%
B=29.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6479610.1900.230.6911012.8627.45
Hex404F3D13017456ed1b
Octal10011775230271051561533
Binary100000010011111111011001101011110001011101110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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