#424741

Color #424741 Grey-Asparagus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey-Asparagus #424741

Tints of Grey-Asparagus #424741

Color information

#424741 (or 0x424741) is unknown color: approx Grey-Asparagus. HEX triplet: 42, 47 and 41. RGB value is (66,71,65). Sum of RGB (Red+Green+Blue) = 66+71+65=202 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.67% from 202); Green value is 71 (28.12% from 255 or 35.15% from 202); Blue value is 65 (25.78% from 255 or 32.18% from 202); Max value from RGB is 71 - color contains mainly: green. Hex color #424741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424741 is #BDB8BE. Grayscale: #444444. Windows color (decimal): -12433599 or 4278082. OLE color: 4278082.

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

Color convert

RGB667165-
CMYK0.0700.080.72
HSL110º4.41%26.67%-
HSV(B)110º8.45%27.84%-
XYZ5.456.055.88-
YUV68.82125.84125.99-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.67%
GREEN value IS 71 (28.12% from 255) = 35.15%
BLUE value IS 65 (25.78% from 255) = 32.18%
R=32.67%
G=35.15%
B=32.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6671650.0700.080.721104.4126.67
Hex424741708486e41b
Octal1021071017010110156433
Binary100001010001111000001111010001001000110111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424741; }

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

 H1.HeaderClassName
 {
   color: #424741;
 }
 .AnyTagClassName
 {
   color: #424741;
 }
</style>
background-color css

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

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

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

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

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

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