Html Css Color HEX #424542 Grey-Asparagus

📋 copy color: '#424542'

red 66 ◦ green 69 ◦ blue 66

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

Shades of Grey-Asparagus #424542

Tints of Grey-Asparagus #424542

RGB

 RED value IS 66 (26.17% from 255) = 32.84%

 GREEN value IS 69 (27.34% from 255) = 34.33%

 BLUE value IS 66 (26.17% from 255) = 32.84%

R = 32.84%
G = 34.33%
B = 32.84%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.04

 K value IS 0.73

RGB Variations

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

Color information

#424542 (or 0x424542) is known color: Grey-Asparagus. HEX triplet: 42, 45 and 42. RGB value is (66,69,66). Sum of RGB (Red+Green+Blue) = 66+69+66=201 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.84% from 201); Green value is 69 (27.34% from 255 or 34.33% from 201); Blue value is 66 (26.17% from 255 or 32.84% from 201); Max value from RGB is 69 - color contains mainly: green. Hex color #424542 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424542 is #BDBABD. Grayscale: #434343. Windows color (decimal): -12434110 or 4343106. OLE color: 4343106.

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

Color convert

RGB 66 69 66 -
CMYK 0.04 0 0.04 0.73
HSL 120º 0.02% 0.26% -
HSV(B) 120º 0.04% 0.27% -
XYZ 5.36 5.81 5.99 -
YUV 67.76 127.01 126.74 -
System Red Green Blue C M Y K H S L
Decimal 66 69 66 0.04 0 0.04 0.73 120 0.02 0.26
Hex 42 45 42 4 0 4 49 78 2 1A
Octal 102 105 102 4 0 4 111 170 2 32
Binary 1000010 1000101 1000010 100 0 100 1001001 1111000 10 11010

Color Harmonies of #424542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424542

Black with #424542

Text Example


Text Example

White with #424542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424542; }

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

 H1.HeaderClassName
 {
   color: #424542;
 }
 .AnyTagClassName
 {
   color: #424542;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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