#424342

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

Shades of Grey-Asparagus #424342

Tints of Grey-Asparagus #424342

Color information

#424342 (or 0x424342) is unknown color: approx Grey-Asparagus. HEX triplet: 42, 43 and 42. RGB value is (66,67,66). Sum of RGB (Red+Green+Blue) = 66+67+66=199 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.17% from 199); Green value is 67 (26.56% from 255 or 33.67% from 199); Blue value is 66 (26.17% from 255 or 33.17% from 199); Max value from RGB is 67 - color contains mainly: green. Hex color #424342 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424342 is #BDBCBD. Grayscale: #424242. Windows color (decimal): -12434622 or 4342594. OLE color: 4342594.

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

Color convert

RGB666766-
CMYK0.0100.010.74
HSL120º0.75%26.08%-
HSV(B)120º1.49%26.27%-
XYZ5.245.575.95-
YUV66.59127.67127.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.17%
GREEN value IS 67 (26.56% from 255) = 33.67%
BLUE value IS 66 (26.17% from 255) = 33.17%
R=33.17%
G=33.67%
B=33.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6667660.0100.010.741200.7526.08
Hex4243421014A7811a
Octal102103102101112170132
Binary10000101000011100001010110010101111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424342; }

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

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

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

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

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

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

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

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