#424E42

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

Shades of Grey-Asparagus #424E42

Tints of Grey-Asparagus #424E42

Color information

#424E42 (or 0x424E42) is unknown color: approx Grey-Asparagus. HEX triplet: 42, 4E and 42. RGB value is (66,78,66). Sum of RGB (Red+Green+Blue) = 66+78+66=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 78 (30.86% from 255 or 37.14% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 78 - color contains mainly: green. Hex color #424E42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424E42 is #BDB1BD. Grayscale: #494949. Windows color (decimal): -12431806 or 4345410. OLE color: 4345410.

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

Color convert

RGB667866-
CMYK0.1500.150.69
HSL120º8.33%28.24%-
HSV(B)120º15.38%30.59%-
XYZ5.9576.19-
YUV73.04124.02122.98-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.43%
GREEN value IS 78 (30.86% from 255) = 37.14%
BLUE value IS 66 (26.17% from 255) = 31.43%
R=31.43%
G=37.14%
B=31.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6678660.1500.150.691208.3328.24
Hex424E42F0F457881c
Octal102116102170171051701034
Binary10000101001110100001011110111110001011111000100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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