Html Css Color HEX #424D42 Grey-Asparagus

📋 copy color: '#424D42'

red 66 ◦ green 77 ◦ blue 66

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

Shades of Grey-Asparagus #424D42

Tints of Grey-Asparagus #424D42

RGB

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

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

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

R = 31.58%
G = 36.84%
B = 31.58%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.14

 K value IS 0.70

RGB Variations

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

Color information

#424D42 (or 0x424D42) is known color: Grey-Asparagus. HEX triplet: 42, 4D and 42. RGB value is (66,77,66). Sum of RGB (Red+Green+Blue) = 66+77+66=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 77 (30.47% from 255 or 36.84% from 209); Blue value is 66 (26.17% from 255 or 31.58% from 209); Max value from RGB is 77 - color contains mainly: green. Hex color #424D42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424D42 is #BDB2BD. Grayscale: #484848. Windows color (decimal): -12432062 or 4345154. OLE color: 4345154.

HSL color Cylindrical-coordinate representation of color #424D42: hue angle of 120º 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 #424D42 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.70.

Color convert

RGB 66 77 66 -
CMYK 0.14 0 0.14 0.70
HSL 120º 0.08% 0.28% -
HSV(B) 120º 0.14% 0.3% -
XYZ 5.88 6.86 6.17 -
YUV 72.46 124.36 123.39 -
System Red Green Blue C M Y K H S L
Decimal 66 77 66 0.14 0 0.14 0.70 120 0.08 0.28
Hex 42 4D 42 E 0 E 46 78 8 1C
Octal 102 115 102 16 0 16 106 170 10 34
Binary 1000010 1001101 1000010 1110 0 1110 1000110 1111000 1000 11100

Color Harmonies of #424D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424D42

Black with #424D42

Text Example


Text Example

White with #424D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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