#405240

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

Shades of Grey-Asparagus #405240

Tints of Grey-Asparagus #405240

Color information

#405240 (or 0x405240) is unknown color: approx Grey-Asparagus. HEX triplet: 40, 52 and 40. RGB value is (64,82,64). Sum of RGB (Red+Green+Blue) = 64+82+64=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 82 (32.42% from 255 or 39.05% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 82 - color contains mainly: green. Hex color #405240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405240 is #BFADBF. Grayscale: #4A4A4A. Windows color (decimal): -12561856 or 4215360. OLE color: 4215360.

HSL color Cylindrical-coordinate representation of color #405240: hue angle of 120º 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 #405240 is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB648264-
CMYK0.2200.220.68
HSL120º12.33%28.63%-
HSV(B)120º21.95%32.16%-
XYZ6.067.495.98-
YUV74.57122.04120.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.48%
GREEN value IS 82 (32.42% from 255) = 39.05%
BLUE value IS 64 (25.39% from 255) = 30.48%
R=30.48%
G=39.05%
B=30.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6482640.2200.220.6812012.3328.63
Hex405240160164478c1d
Octal100122100260261041701435
Binary1000000101001010000001011001011010001001111000110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405240; }

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

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

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

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

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

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

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

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