#424D43

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

Shades of Grey-Asparagus #424D43

Tints of Grey-Asparagus #424D43

Color information

#424D43 (or 0x424D43) is unknown color: approx Grey-Asparagus. HEX triplet: 42, 4D and 43. RGB value is (66,77,67). Sum of RGB (Red+Green+Blue) = 66+77+67=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 77 (30.47% from 255 or 36.67% from 210); Blue value is 67 (26.56% from 255 or 31.90% from 210); Max value from RGB is 77 - color contains mainly: green. Hex color #424D43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424D43 is #BDB2BC. Grayscale: #484848. Windows color (decimal): -12432061 or 4410690. OLE color: 4410690.

HSL color Cylindrical-coordinate representation of color #424D43: hue angle of 125.45º 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 #424D43 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.70.

Color convert

RGB667767-
CMYK0.1400.130.70
HSL125.45º7.69%28.04%-
HSV(B)125.45º14.29%30.2%-
XYZ5.916.876.32-
YUV72.57124.86123.31-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.43%
GREEN value IS 77 (30.47% from 255) = 36.67%
BLUE value IS 67 (26.56% from 255) = 31.90%
R=31.43%
G=36.67%
B=31.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6677670.1400.130.70125.457.6928.04
Hex424D43E0D467d81c
Octal102115103160151061751034
Binary10000101001101100001111100110110001101111101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,77,67); }

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

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

 a { background-color: rgb(66,77,67); }

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

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

 span { border-color: rgb(66,77,67); }

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