#424842

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

Shades of Grey-Asparagus #424842

Tints of Grey-Asparagus #424842

Color information

#424842 (or 0x424842) is unknown color: approx Grey-Asparagus. HEX triplet: 42, 48 and 42. RGB value is (66,72,66). Sum of RGB (Red+Green+Blue) = 66+72+66=204 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.35% from 204); Green value is 72 (28.52% from 255 or 35.29% from 204); Blue value is 66 (26.17% from 255 or 32.35% from 204); Max value from RGB is 72 - color contains mainly: green. Hex color #424842 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424842 is #BDB7BD. Grayscale: #454545. Windows color (decimal): -12433342 or 4343874. OLE color: 4343874.

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

Color convert

RGB667266-
CMYK0.0800.080.72
HSL120º4.35%27.06%-
HSV(B)120º8.33%28.24%-
XYZ5.556.196.06-
YUV69.52126.01125.49-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.35%
GREEN value IS 72 (28.52% from 255) = 35.29%
BLUE value IS 66 (26.17% from 255) = 32.35%
R=32.35%
G=35.29%
B=32.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6672660.0800.080.721204.3527.06
Hex424842808487841b
Octal10211010210010110170433
Binary1000010100100010000101000010001001000111100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424842; }

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

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

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

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

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

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

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

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