#404F41

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

Shades of Grey-Asparagus #404F41

Tints of Grey-Asparagus #404F41

Color information

#404F41 (or 0x404F41) is unknown color: approx Grey-Asparagus. HEX triplet: 40, 4F and 41. RGB value is (64,79,65). Sum of RGB (Red+Green+Blue) = 64+79+65=208 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.77% from 208); Green value is 79 (31.25% from 255 or 37.98% from 208); Blue value is 65 (25.78% from 255 or 31.25% from 208); Max value from RGB is 79 - color contains mainly: green. Hex color #404F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404F41 is #BFB0BE. Grayscale: #484848. Windows color (decimal): -12562623 or 4280128. OLE color: 4280128.

HSL color Cylindrical-coordinate representation of color #404F41: hue angle of 124º 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 #404F41 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.

Color convert

RGB647965-
CMYK0.1900.180.69
HSL124º10.49%28.04%-
HSV(B)124º18.99%30.98%-
XYZ5.867.066.06-
YUV72.92123.53121.64-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.77%
GREEN value IS 79 (31.25% from 255) = 37.98%
BLUE value IS 65 (25.78% from 255) = 31.25%
R=30.77%
G=37.98%
B=31.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6479650.1900.180.6912410.4928.04
Hex404F4113012457ca1c
Octal100117101230221051741234
Binary1000000100111110000011001101001010001011111100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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