Html Css Color HEX #424841 Grey-Asparagus

📋 copy color: '#424841'

red 66 ◦ green 72 ◦ blue 65

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

Shades of Grey-Asparagus #424841

Tints of Grey-Asparagus #424841

RGB

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

 GREEN value IS 72 (28.52% from 255) = 35.47%

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

R = 32.51%
G = 35.47%
B = 32.02%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#424841 (or 0x424841) is known color: Grey-Asparagus. HEX triplet: 42, 48 and 41. RGB value is (66,72,65). Sum of RGB (Red+Green+Blue) = 66+72+65=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 72 (28.52% from 255 or 35.47% from 203); Blue value is 65 (25.78% from 255 or 32.02% from 203); Max value from RGB is 72 - color contains mainly: green. Hex color #424841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424841 is #BDB7BE. Grayscale: #454545. Windows color (decimal): -12433343 or 4278338. OLE color: 4278338.

HSL color Cylindrical-coordinate representation of color #424841: hue angle of 111.43º degrees, saturation: 0.05, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #424841 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB 66 72 65 -
CMYK 0.08 0 0.10 0.72
HSL 111.43º 0.05% 0.27% -
HSV(B) 111.43º 0.1% 0.28% -
XYZ 5.52 6.17 5.9 -
YUV 69.41 125.51 125.57 -
System Red Green Blue C M Y K H S L
Decimal 66 72 65 0.08 0 0.10 0.72 111.43 0.05 0.27
Hex 42 48 41 8 0 A 48 6F 5 1B
Octal 102 110 101 10 0 12 110 157 5 33
Binary 1000010 1001000 1000001 1000 0 1010 1001000 1101111 101 11011

Color Harmonies of #424841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424841

Black with #424841

Text Example


Text Example

White with #424841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424841; }

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

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

background-color css

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

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

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

border-color css

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

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

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