#424D42

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

Shades of Grey-Asparagus #424D42

Tints of Grey-Asparagus #424D42

Color information

#424D42 (or 0x424D42) is unknown color: approx Grey-Asparagus. HEX triplet: 42, 4D and 42. RGB value is (66,77,66). Sum of RGB (Red+Green+Blue) = 66+77+66=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 77 (30.47% from 255 or 36.84% from 209); Blue value is 66 (26.17% from 255 or 31.58% from 209); Max value from RGB is 77 - color contains mainly: green. Hex color #424D42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424D42 is #BDB2BD. Grayscale: #484848. Windows color (decimal): -12432062 or 4345154. OLE color: 4345154.

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

Color convert

RGB667766-
CMYK0.1400.140.70
HSL120º7.69%28.04%-
HSV(B)120º14.29%30.2%-
XYZ5.886.866.17-
YUV72.46124.36123.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.58%
GREEN value IS 77 (30.47% from 255) = 36.84%
BLUE value IS 66 (26.17% from 255) = 31.58%
R=31.58%
G=36.84%
B=31.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6677660.1400.140.701207.6928.04
Hex424D42E0E467881c
Octal102115102160161061701034
Binary10000101001101100001011100111010001101111000100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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