Html Css Color HEX #424F42 Grey-Asparagus

📋 copy color: '#424F42'

red 66 ◦ green 79 ◦ blue 66

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

Shades of Grey-Asparagus #424F42

Tints of Grey-Asparagus #424F42

RGB

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

 GREEN value IS 79 (31.25% from 255) = 37.44%

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

R = 31.28%
G = 37.44%
B = 31.28%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.69

RGB Variations

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

Color information

#424F42 (or 0x424F42) is known color: Grey-Asparagus. HEX triplet: 42, 4F and 42. RGB value is (66,79,66). Sum of RGB (Red+Green+Blue) = 66+79+66=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 79 (31.25% from 255 or 37.44% from 211); Blue value is 66 (26.17% from 255 or 31.28% from 211); Max value from RGB is 79 - color contains mainly: green. Hex color #424F42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424F42 is #BDB0BD. Grayscale: #494949. Windows color (decimal): -12431550 or 4345666. OLE color: 4345666.

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

Color convert

RGB 66 79 66 -
CMYK 0.16 0 0.16 0.69
HSL 120º 0.09% 0.28% -
HSV(B) 120º 0.16% 0.31% -
XYZ 6.03 7.14 6.22 -
YUV 73.63 123.69 122.56 -
System Red Green Blue C M Y K H S L
Decimal 66 79 66 0.16 0 0.16 0.69 120 0.09 0.28
Hex 42 4F 42 10 0 10 45 78 9 1C
Octal 102 117 102 20 0 20 105 170 11 34
Binary 1000010 1001111 1000010 10000 0 10000 1000101 1111000 1001 11100

Color Harmonies of #424F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424F42

Black with #424F42

Text Example


Text Example

White with #424F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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