Html Css Color HEX #424D41 Grey-Asparagus

📋 copy color: '#424D41'

red 66 ◦ green 77 ◦ blue 65

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

Shades of Grey-Asparagus #424D41

Tints of Grey-Asparagus #424D41

RGB

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

 GREEN value IS 77 (30.47% from 255) = 37.02%

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

R = 31.73%
G = 37.02%
B = 31.25%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.16

 K value IS 0.70

RGB Variations

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

Color information

#424D41 (or 0x424D41) is known color: Grey-Asparagus. HEX triplet: 42, 4D and 41. RGB value is (66,77,65). Sum of RGB (Red+Green+Blue) = 66+77+65=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 77 (30.47% from 255 or 37.02% from 208); Blue value is 65 (25.78% from 255 or 31.25% from 208); Max value from RGB is 77 - color contains mainly: green. Hex color #424D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424D41 is #BDB2BE. Grayscale: #484848. Windows color (decimal): -12432063 or 4279618. OLE color: 4279618.

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

Color convert

RGB 66 77 65 -
CMYK 0.14 0 0.16 0.70
HSL 115º 0.08% 0.28% -
HSV(B) 115º 0.16% 0.3% -
XYZ 5.85 6.85 6.01 -
YUV 72.34 123.86 123.48 -
System Red Green Blue C M Y K H S L
Decimal 66 77 65 0.14 0 0.16 0.70 115 0.08 0.28
Hex 42 4D 41 E 0 10 46 73 8 1C
Octal 102 115 101 16 0 20 106 163 10 34
Binary 1000010 1001101 1000001 1110 0 10000 1000110 1110011 1000 11100

Color Harmonies of #424D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424D41

Black with #424D41

Text Example


Text Example

White with #424D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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