#455545

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

Shades of Grey-Asparagus #455545

Tints of Grey-Asparagus #455545

Color information

#455545 (or 0x455545) is unknown color: approx Grey-Asparagus. HEX triplet: 45, 55 and 45. RGB value is (69,85,69). Sum of RGB (Red+Green+Blue) = 69+85+69=223 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.94% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 69 (27.34% from 255 or 30.94% from 223); Max value from RGB is 85 - color contains mainly: green. Hex color #455545 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455545 is #BAAABA. Grayscale: #4E4E4E. Windows color (decimal): -12233403 or 4543813. OLE color: 4543813.

HSL color Cylindrical-coordinate representation of color #455545: hue angle of 120º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #455545 is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB698569-
CMYK0.1900.190.67
HSL120º10.39%30.2%-
HSV(B)120º18.82%33.33%-
XYZ6.788.196.85-
YUV78.39122.7121.3-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.94%
GREEN value IS 85 (33.59% from 255) = 38.12%
BLUE value IS 69 (27.34% from 255) = 30.94%
R=30.94%
G=38.12%
B=30.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6985690.1900.190.6712010.3930.2
Hex455545130134378a1e
Octal105125105230231031701236
Binary1000101101010110001011001101001110000111111000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455545; }

 p { color: rgb(69,85,69); }

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

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

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

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

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

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

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