Html Css Color HEX #424D43 Grey-Asparagus

📋 copy color: '#424D43'

red 66 ◦ green 77 ◦ blue 67

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

Shades of Grey-Asparagus #424D43

Tints of Grey-Asparagus #424D43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 31.9%

R = 31.43%
G = 36.67%
B = 31.9%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.70

RGB Variations

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

Color information

#424D43 (or 0x424D43) is known color: Grey-Asparagus. HEX triplet: 42, 4D and 43. RGB value is (66,77,67). Sum of RGB (Red+Green+Blue) = 66+77+67=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 77 (30.47% from 255 or 36.67% from 210); Blue value is 67 (26.56% from 255 or 31.90% from 210); Max value from RGB is 77 - color contains mainly: green. Hex color #424D43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424D43 is #BDB2BC. Grayscale: #484848. Windows color (decimal): -12432061 or 4410690. OLE color: 4410690.

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

Color convert

RGB 66 77 67 -
CMYK 0.14 0 0.13 0.70
HSL 125.45º 0.08% 0.28% -
HSV(B) 125.45º 0.14% 0.3% -
XYZ 5.91 6.87 6.32 -
YUV 72.57 124.86 123.31 -
System Red Green Blue C M Y K H S L
Decimal 66 77 67 0.14 0 0.13 0.70 125.45 0.08 0.28
Hex 42 4D 43 E 0 D 46 7D 8 1C
Octal 102 115 103 16 0 15 106 175 10 34
Binary 1000010 1001101 1000011 1110 0 1101 1000110 1111101 1000 11100

Color Harmonies of #424D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424D43

Black with #424D43

Text Example


Text Example

White with #424D43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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