Html Css Color HEX #424C41 Grey-Asparagus

📋 copy color: '#424C41'

red 66 ◦ green 76 ◦ blue 65

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

Shades of Grey-Asparagus #424C41

Tints of Grey-Asparagus #424C41

RGB

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

 GREEN value IS 76 (30.08% from 255) = 36.71%

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

R = 31.88%
G = 36.71%
B = 31.4%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.14

 K value IS 0.70

RGB Variations

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

Color information

#424C41 (or 0x424C41) is known color: Grey-Asparagus. HEX triplet: 42, 4C and 41. RGB value is (66,76,65). Sum of RGB (Red+Green+Blue) = 66+76+65=207 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.88% from 207); Green value is 76 (30.08% from 255 or 36.71% from 207); Blue value is 65 (25.78% from 255 or 31.40% from 207); Max value from RGB is 76 - color contains mainly: green. Hex color #424C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424C41 is #BDB3BE. Grayscale: #474747. Windows color (decimal): -12432319 or 4279362. OLE color: 4279362.

HSL color Cylindrical-coordinate representation of color #424C41: hue angle of 114.55º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #424C41 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.70.

Color convert

RGB 66 76 65 -
CMYK 0.13 0 0.14 0.70
HSL 114.55º 0.08% 0.28% -
HSV(B) 114.55º 0.14% 0.3% -
XYZ 5.79 6.71 5.99 -
YUV 71.76 124.19 123.89 -
System Red Green Blue C M Y K H S L
Decimal 66 76 65 0.13 0 0.14 0.70 114.55 0.08 0.28
Hex 42 4C 41 D 0 E 46 73 8 1C
Octal 102 114 101 15 0 16 106 163 10 34
Binary 1000010 1001100 1000001 1101 0 1110 1000110 1110011 1000 11100

Color Harmonies of #424C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424C41

Black with #424C41

Text Example


Text Example

White with #424C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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