#424B43

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

Shades of Grey-Asparagus #424B43

Tints of Grey-Asparagus #424B43

Color information

#424B43 (or 0x424B43) is unknown color: approx Grey-Asparagus. HEX triplet: 42, 4B and 43. RGB value is (66,75,67). Sum of RGB (Red+Green+Blue) = 66+75+67=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 75 (29.69% from 255 or 36.06% from 208); Blue value is 67 (26.56% from 255 or 32.21% from 208); Max value from RGB is 75 - color contains mainly: green. Hex color #424B43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424B43 is #BDB4BC. Grayscale: #474747. Windows color (decimal): -12432573 or 4410178. OLE color: 4410178.

HSL color Cylindrical-coordinate representation of color #424B43: hue angle of 126.67º 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 #424B43 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB667567-
CMYK0.1200.110.71
HSL126.67º6.38%27.65%-
HSV(B)126.67º12%29.41%-
XYZ5.786.66.28-
YUV71.4125.52124.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.73%
GREEN value IS 75 (29.69% from 255) = 36.06%
BLUE value IS 67 (26.56% from 255) = 32.21%
R=31.73%
G=36.06%
B=32.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6675670.1200.110.71126.676.3827.65
Hex424B43C0B477f61c
Octal10211310314013107177634
Binary1000010100101110000111100010111000111111111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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