#414B42

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

Shades of Grey-Asparagus #414B42

Tints of Grey-Asparagus #414B42

Color information

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

HSL color Cylindrical-coordinate representation of color #414B42: hue angle of 126º 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 #414B42 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB657566-
CMYK0.1300.120.71
HSL126º7.14%27.45%-
HSV(B)126º13.33%29.41%-
XYZ5.686.556.12-
YUV70.98125.19123.73-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6575660.1300.120.711267.1427.45
Hex414B42D0C477e71b
Octal10111310215014107176733
Binary1000001100101110000101101011001000111111111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414B42; }

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

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

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

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

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

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

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

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