#424B42

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

Shades of Grey-Asparagus #424B42

Tints of Grey-Asparagus #424B42

Color information

#424B42 (or 0x424B42) is unknown color: approx Grey-Asparagus. HEX triplet: 42, 4B and 42. RGB value is (66,75,66). Sum of RGB (Red+Green+Blue) = 66+75+66=207 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.88% from 207); Green value is 75 (29.69% from 255 or 36.23% from 207); Blue value is 66 (26.17% from 255 or 31.88% from 207); Max value from RGB is 75 - color contains mainly: green. Hex color #424B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424B42 is #BDB4BD. Grayscale: #474747. Windows color (decimal): -12432574 or 4344642. OLE color: 4344642.

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

Color convert

RGB667566-
CMYK0.1200.120.71
HSL120º6.38%27.65%-
HSV(B)120º12%29.41%-
XYZ5.756.586.12-
YUV71.28125.02124.23-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.88%
GREEN value IS 75 (29.69% from 255) = 36.23%
BLUE value IS 66 (26.17% from 255) = 31.88%
R=31.88%
G=36.23%
B=31.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6675660.1200.120.711206.3827.65
Hex424B42C0C477861c
Octal10211310214014107170634
Binary1000010100101110000101100011001000111111100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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