Html Css Color HEX #424342 Grey-Asparagus

📋 copy color: '#424342'

red 66 ◦ green 67 ◦ blue 66

#424342
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grey-Asparagus #424342

Tints of Grey-Asparagus #424342

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 value IS 0.01

 M value IS 0

 Y value IS 0.01

 K value IS 0.74

RGB Variations

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

Color information

#424342 (or 0x424342) is known color: 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

RGB 66 67 66 -
CMYK 0.01 0 0.01 0.74
HSL 120º 0.01% 0.26% -
HSV(B) 120º 0.01% 0.26% -
XYZ 5.24 5.57 5.95 -
YUV 66.59 127.67 127.58 -
System Red Green Blue C M Y K H S L
Decimal 66 67 66 0.01 0 0.01 0.74 120 0.01 0.26
Hex 42 43 42 1 0 1 4A 78 1 1A
Octal 102 103 102 1 0 1 112 170 1 32
Binary 1000010 1000011 1000010 1 0 1 1001010 1111000 1 11010

Color Harmonies of #424342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424342

Black with #424342

Text Example


Text Example

White with #424342

Text Example


Text Example

HTML Codes & Css Web 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>