#424C41

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

Shades of Grey-Asparagus #424C41

Tints of Grey-Asparagus #424C41

Color information

#424C41 (or 0x424C41) is unknown color: approx Grey-Asparagus. HEX triplet: 42, 4C and 41. RGB value is (66,76,65). Sum of RGB (Red+Green+Blue) = 66+76+65=207 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.88% from 207); Green value is 76 (30.08% from 255 or 36.71% from 207); Blue value is 65 (25.78% from 255 or 31.40% from 207); Max value from RGB is 76 - color contains mainly: green. Hex color #424C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424C41 is #BDB3BE. Grayscale: #474747. Windows color (decimal): -12432319 or 4279362. OLE color: 4279362.

HSL color Cylindrical-coordinate representation of color #424C41: hue angle of 114.55º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #424C41 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.70.

Color convert

RGB667665-
CMYK0.1300.140.70
HSL114.55º7.8%27.65%-
HSV(B)114.55º14.47%29.8%-
XYZ5.796.715.99-
YUV71.76124.19123.89-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.88%
GREEN value IS 76 (30.08% from 255) = 36.71%
BLUE value IS 65 (25.78% from 255) = 31.40%
R=31.88%
G=36.71%
B=31.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6676650.1300.140.70114.557.827.65
Hex424C41D0E467381c
Octal102114101150161061631034
Binary10000101001100100000111010111010001101110011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424C41; }

 p { color: rgb(66,76,65); }

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

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

 a { background-color: rgb(66,76,65); }

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

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

 span { border-color: rgb(66,76,65); }

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