Html Css Color HEX #424941 Grey-Asparagus

📋 copy color: '#424941'

red 66 ◦ green 73 ◦ blue 65

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

Shades of Grey-Asparagus #424941

Tints of Grey-Asparagus #424941

RGB

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

 GREEN value IS 73 (28.91% from 255) = 35.78%

 BLUE value IS 65 (25.78% from 255) = 31.86%

R = 32.35%
G = 35.78%
B = 31.86%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#424941 (or 0x424941) is known color: Grey-Asparagus. HEX triplet: 42, 49 and 41. RGB value is (66,73,65). Sum of RGB (Red+Green+Blue) = 66+73+65=204 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.35% from 204); Green value is 73 (28.91% from 255 or 35.78% from 204); Blue value is 65 (25.78% from 255 or 31.86% from 204); Max value from RGB is 73 - color contains mainly: green. Hex color #424941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424941 is #BDB6BE. Grayscale: #464646. Windows color (decimal): -12433087 or 4278594. OLE color: 4278594.

HSL color Cylindrical-coordinate representation of color #424941: hue angle of 112.5º degrees, saturation: 0.06, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #424941 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB 66 73 65 -
CMYK 0.10 0 0.11 0.71
HSL 112.5º 0.06% 0.27% -
HSV(B) 112.5º 0.11% 0.29% -
XYZ 5.58 6.3 5.92 -
YUV 70 125.18 125.15 -
System Red Green Blue C M Y K H S L
Decimal 66 73 65 0.10 0 0.11 0.71 112.5 0.06 0.27
Hex 42 49 41 A 0 B 47 70 6 1B
Octal 102 111 101 12 0 13 107 160 6 33
Binary 1000010 1001001 1000001 1010 0 1011 1000111 1110000 110 11011

Color Harmonies of #424941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424941

Black with #424941

Text Example


Text Example

White with #424941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424941; }

 p { color: rgb(66,73,65); }

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

background-color css

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

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

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

border-color css

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

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

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