#455A40

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

Shades of Grey-Asparagus #455A40

Tints of Grey-Asparagus #455A40

Color information

#455A40 (or 0x455A40) is unknown color: approx Grey-Asparagus. HEX triplet: 45, 5A and 40. RGB value is (69,90,64). Sum of RGB (Red+Green+Blue) = 69+90+64=223 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.94% from 223); Green value is 90 (35.55% from 255 or 40.36% from 223); Blue value is 64 (25.39% from 255 or 28.70% from 223); Max value from RGB is 90 - color contains mainly: green. Hex color #455A40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455A40 is #BAA5BF. Grayscale: #505050. Windows color (decimal): -12232128 or 4217413. OLE color: 4217413.

HSL color Cylindrical-coordinate representation of color #455A40: hue angle of 108.46º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #455A40 is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.

Color convert

RGB699064-
CMYK0.2300.290.65
HSL108.46º16.88%30.2%-
HSV(B)108.46º28.89%35.29%-
XYZ7.048.956.21-
YUV80.76118.54119.61-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.94%
GREEN value IS 90 (35.55% from 255) = 40.36%
BLUE value IS 64 (25.39% from 255) = 28.70%
R=30.94%
G=40.36%
B=28.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6990640.2300.290.65108.4616.8830.2
Hex455A401701D416c111e
Octal105132100270351011542136
Binary10001011011010100000010111011101100000111011001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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