#455740

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

Shades of Grey-Asparagus #455740

Tints of Grey-Asparagus #455740

Color information

#455740 (or 0x455740) is unknown color: approx Grey-Asparagus. HEX triplet: 45, 57 and 40. RGB value is (69,87,64). Sum of RGB (Red+Green+Blue) = 69+87+64=220 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.36% from 220); Green value is 87 (34.38% from 255 or 39.55% from 220); Blue value is 64 (25.39% from 255 or 29.09% from 220); Max value from RGB is 87 - color contains mainly: green. Hex color #455740 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455740 is #BAA8BF. Grayscale: #4F4F4F. Windows color (decimal): -12232896 or 4216645. OLE color: 4216645.

HSL color Cylindrical-coordinate representation of color #455740: hue angle of 106.96º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #455740 is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB698764-
CMYK0.2100.260.66
HSL106.96º15.23%29.61%-
HSV(B)106.96º26.44%34.12%-
XYZ6.798.456.12-
YUV79119.54120.87-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.36%
GREEN value IS 87 (34.38% from 255) = 39.55%
BLUE value IS 64 (25.39% from 255) = 29.09%
R=31.36%
G=39.55%
B=29.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6987640.2100.260.66106.9615.2329.61
Hex4557401501A426bf1e
Octal105127100250321021531736
Binary1000101101011110000001010101101010000101101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455740; }

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

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

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

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

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

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

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

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