#414E42

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

Shades of Grey-Asparagus #414E42

Tints of Grey-Asparagus #414E42

Color information

#414E42 (or 0x414E42) is unknown color: approx Grey-Asparagus. HEX triplet: 41, 4E and 42. RGB value is (65,78,66). Sum of RGB (Red+Green+Blue) = 65+78+66=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 78 (30.86% from 255 or 37.32% from 209); Blue value is 66 (26.17% from 255 or 31.58% from 209); Max value from RGB is 78 - color contains mainly: green. Hex color #414E42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #414E42 is #BEB1BD. Grayscale: #484848. Windows color (decimal): -12497342 or 4345409. OLE color: 4345409.

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

Color convert

RGB657866-
CMYK0.1700.150.69
HSL124.62º9.09%28.04%-
HSV(B)124.62º16.67%30.59%-
XYZ5.896.976.19-
YUV72.74124.19122.48-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.10%
GREEN value IS 78 (30.86% from 255) = 37.32%
BLUE value IS 66 (26.17% from 255) = 31.58%
R=31.10%
G=37.32%
B=31.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6578660.1700.150.69124.629.0928.04
Hex414E42110F457d91c
Octal101116102210171051751134
Binary100000110011101000010100010111110001011111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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