#455940

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

Shades of Grey-Asparagus #455940

Tints of Grey-Asparagus #455940

Color information

#455940 (or 0x455940) is unknown color: approx Grey-Asparagus. HEX triplet: 45, 59 and 40. RGB value is (69,89,64). Sum of RGB (Red+Green+Blue) = 69+89+64=222 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.08% from 222); Green value is 89 (35.16% from 255 or 40.09% from 222); Blue value is 64 (25.39% from 255 or 28.83% from 222); Max value from RGB is 89 - color contains mainly: green. Hex color #455940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455940 is #BAA6BF. Grayscale: #505050. Windows color (decimal): -12232384 or 4217157. OLE color: 4217157.

HSL color Cylindrical-coordinate representation of color #455940: hue angle of 108º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #455940 is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB698964-
CMYK0.2200.280.65
HSL108º16.34%30%-
HSV(B)108º28.09%34.9%-
XYZ6.958.786.18-
YUV80.17118.87120.03-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.08%
GREEN value IS 89 (35.16% from 255) = 40.09%
BLUE value IS 64 (25.39% from 255) = 28.83%
R=31.08%
G=40.09%
B=28.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6989640.2200.280.6510816.3430
Hex4559401601C416c101e
Octal105131100260341011542036
Binary10001011011001100000010110011100100000111011001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455940; }

 p { color: rgb(69,89,64); }

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

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

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

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

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

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

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