#424B40

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

Shades of Grey-Asparagus #424B40

Tints of Grey-Asparagus #424B40

Color information

#424B40 (or 0x424B40) is unknown color: approx Grey-Asparagus. HEX triplet: 42, 4B and 40. RGB value is (66,75,64). Sum of RGB (Red+Green+Blue) = 66+75+64=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 75 (29.69% from 255 or 36.59% from 205); Blue value is 64 (25.39% from 255 or 31.22% from 205); Max value from RGB is 75 - color contains mainly: green. Hex color #424B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424B40 is #BDB4BF. Grayscale: #474747. Windows color (decimal): -12432576 or 4213570. OLE color: 4213570.

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

Color convert

RGB667564-
CMYK0.1200.150.71
HSL109.09º7.91%27.25%-
HSV(B)109.09º14.67%29.41%-
XYZ5.696.565.82-
YUV71.06124.02124.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.20%
GREEN value IS 75 (29.69% from 255) = 36.59%
BLUE value IS 64 (25.39% from 255) = 31.22%
R=32.20%
G=36.59%
B=31.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6675640.1200.150.71109.097.9127.25
Hex424B40C0F476d81b
Octal102113100140171071551033
Binary10000101001011100000011000111110001111101101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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