#405241

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

Shades of Grey-Asparagus #405241

Tints of Grey-Asparagus #405241

Color information

#405241 (or 0x405241) is unknown color: approx Grey-Asparagus. HEX triplet: 40, 52 and 41. RGB value is (64,82,65). Sum of RGB (Red+Green+Blue) = 64+82+65=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 82 (32.42% from 255 or 38.86% from 211); Blue value is 65 (25.78% from 255 or 30.81% from 211); Max value from RGB is 82 - color contains mainly: green. Hex color #405241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405241 is #BFADBE. Grayscale: #4A4A4A. Windows color (decimal): -12561855 or 4280896. OLE color: 4280896.

HSL color Cylindrical-coordinate representation of color #405241: hue angle of 123.33º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #405241 is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB648265-
CMYK0.2200.210.68
HSL123.33º12.33%28.63%-
HSV(B)123.33º21.95%32.16%-
XYZ6.097.516.13-
YUV74.68122.54120.38-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.33%
GREEN value IS 82 (32.42% from 255) = 38.86%
BLUE value IS 65 (25.78% from 255) = 30.81%
R=30.33%
G=38.86%
B=30.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6482650.2200.210.68123.3312.3328.63
Hex40524116015447bc1d
Octal100122101260251041731435
Binary1000000101001010000011011001010110001001111011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405241; }

 p { color: rgb(64,82,65); }

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

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

 a { background-color: rgb(64,82,65); }

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

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

 span { border-color: rgb(64,82,65); }

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