#455446

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

Shades of Grey-Asparagus #455446

Tints of Grey-Asparagus #455446

Color information

#455446 (or 0x455446) is unknown color: approx Grey-Asparagus. HEX triplet: 45, 54 and 46. RGB value is (69,84,70). Sum of RGB (Red+Green+Blue) = 69+84+70=223 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.94% from 223); Green value is 84 (33.20% from 255 or 37.67% from 223); Blue value is 70 (27.73% from 255 or 31.39% from 223); Max value from RGB is 84 - color contains mainly: green. Hex color #455446 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455446 is #BAABB9. Grayscale: #4D4D4D. Windows color (decimal): -12233658 or 4609093. OLE color: 4609093.

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

Color convert

RGB698470-
CMYK0.1800.170.67
HSL124º9.8%30%-
HSV(B)124º17.86%32.94%-
XYZ6.738.056.99-
YUV77.92123.53121.64-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.94%
GREEN value IS 84 (33.20% from 255) = 37.67%
BLUE value IS 70 (27.73% from 255) = 31.39%
R=30.94%
G=37.67%
B=31.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6984700.1800.170.671249.830
Hex45544612011437ca1e
Octal105124106220211031741236
Binary1000101101010010001101001001000110000111111100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455446; }

 p { color: rgb(69,84,70); }

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

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

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

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

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

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

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