Html Css Color HEX #424E43 Grey-Asparagus

📋 copy color: '#424E43'

red 66 ◦ green 78 ◦ blue 67

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

Shades of Grey-Asparagus #424E43

Tints of Grey-Asparagus #424E43

RGB

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

 GREEN value IS 78 (30.86% from 255) = 36.97%

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

R = 31.28%
G = 36.97%
B = 31.75%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.14

 K value IS 0.69

RGB Variations

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

Color information

#424E43 (or 0x424E43) is known color: Grey-Asparagus. HEX triplet: 42, 4E and 43. RGB value is (66,78,67). Sum of RGB (Red+Green+Blue) = 66+78+67=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 78 (30.86% from 255 or 36.97% from 211); Blue value is 67 (26.56% from 255 or 31.75% from 211); Max value from RGB is 78 - color contains mainly: green. Hex color #424E43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424E43 is #BDB1BC. Grayscale: #494949. Windows color (decimal): -12431805 or 4410946. OLE color: 4410946.

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

Color convert

RGB 66 78 67 -
CMYK 0.15 0 0.14 0.69
HSL 125º 0.08% 0.28% -
HSV(B) 125º 0.15% 0.31% -
XYZ 5.98 7.01 6.35 -
YUV 73.16 124.52 122.89 -
System Red Green Blue C M Y K H S L
Decimal 66 78 67 0.15 0 0.14 0.69 125 0.08 0.28
Hex 42 4E 43 F 0 E 45 7D 8 1C
Octal 102 116 103 17 0 16 105 175 10 34
Binary 1000010 1001110 1000011 1111 0 1110 1000101 1111101 1000 11100

Color Harmonies of #424E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424E43

Black with #424E43

Text Example


Text Example

White with #424E43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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