#455E47

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

Shades of Grey-Asparagus #455E47

Tints of Grey-Asparagus #455E47

Color information

#455E47 (or 0x455E47) is unknown color: approx Grey-Asparagus. HEX triplet: 45, 5E and 47. RGB value is (69,94,71). Sum of RGB (Red+Green+Blue) = 69+94+71=234 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.49% from 234); Green value is 94 (37.11% from 255 or 40.17% from 234); Blue value is 71 (28.12% from 255 or 30.34% from 234); Max value from RGB is 94 - color contains mainly: green. Hex color #455E47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455E47 is #BAA1B8. Grayscale: #535353. Windows color (decimal): -12231097 or 4677189. OLE color: 4677189.

HSL color Cylindrical-coordinate representation of color #455E47: hue angle of 124.8º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #455E47 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.63.

Color convert

RGB699471-
CMYK0.2700.240.63
HSL124.8º15.34%31.96%-
HSV(B)124.8º26.6%36.86%-
XYZ7.599.737.44-
YUV83.9120.72117.37-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.49%
GREEN value IS 94 (37.11% from 255) = 40.17%
BLUE value IS 71 (28.12% from 255) = 30.34%
R=29.49%
G=40.17%
B=30.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6994710.2700.240.63124.815.3431.96
Hex455E471B0183F7df20
Octal10513610733030771751740
Binary1000101101111010001111101101100011111111111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455E47; }

 p { color: rgb(69,94,71); }

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

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

 a { background-color: rgb(69,94,71); }

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

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

 span { border-color: rgb(69,94,71); }

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