#404F40

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

Shades of Grey-Asparagus #404F40

Tints of Grey-Asparagus #404F40

Color information

#404F40 (or 0x404F40) is unknown color: approx Grey-Asparagus. HEX triplet: 40, 4F and 40. RGB value is (64,79,64). Sum of RGB (Red+Green+Blue) = 64+79+64=207 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.92% from 207); Green value is 79 (31.25% from 255 or 38.16% from 207); Blue value is 64 (25.39% from 255 or 30.92% from 207); Max value from RGB is 79 - color contains mainly: green. Hex color #404F40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404F40 is #BFB0BF. Grayscale: #484848. Windows color (decimal): -12562624 or 4214592. OLE color: 4214592.

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

Color convert

RGB647964-
CMYK0.1900.190.69
HSL120º10.49%28.04%-
HSV(B)120º18.99%30.98%-
XYZ5.847.055.9-
YUV72.81123.03121.72-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.92%
GREEN value IS 79 (31.25% from 255) = 38.16%
BLUE value IS 64 (25.39% from 255) = 30.92%
R=30.92%
G=38.16%
B=30.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6479640.1900.190.6912010.4928.04
Hex404F40130134578a1c
Octal100117100230231051701234
Binary1000000100111110000001001101001110001011111000101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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