#424B41

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

Shades of Grey-Asparagus #424B41

Tints of Grey-Asparagus #424B41

Color information

#424B41 (or 0x424B41) is unknown color: approx Grey-Asparagus. HEX triplet: 42, 4B and 41. RGB value is (66,75,65). Sum of RGB (Red+Green+Blue) = 66+75+65=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 75 (29.69% from 255 or 36.41% from 206); Blue value is 65 (25.78% from 255 or 31.55% from 206); Max value from RGB is 75 - color contains mainly: green. Hex color #424B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424B41 is #BDB4BE. Grayscale: #474747. Windows color (decimal): -12432575 or 4279106. OLE color: 4279106.

HSL color Cylindrical-coordinate representation of color #424B41: hue angle of 114º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #424B41 is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.71.

Color convert

RGB667565-
CMYK0.1200.130.71
HSL114º7.14%27.45%-
HSV(B)114º13.33%29.41%-
XYZ5.726.575.97-
YUV71.17124.52124.31-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.04%
GREEN value IS 75 (29.69% from 255) = 36.41%
BLUE value IS 65 (25.78% from 255) = 31.55%
R=32.04%
G=36.41%
B=31.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6675650.1200.130.711147.1427.45
Hex424B41C0D477271b
Octal10211310114015107162733
Binary1000010100101110000011100011011000111111001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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