#455444

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

Shades of Grey-Asparagus #455444

Tints of Grey-Asparagus #455444

Color information

#455444 (or 0x455444) is unknown color: approx Grey-Asparagus. HEX triplet: 45, 54 and 44. RGB value is (69,84,68). Sum of RGB (Red+Green+Blue) = 69+84+68=221 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.22% from 221); Green value is 84 (33.20% from 255 or 38.01% from 221); Blue value is 68 (26.95% from 255 or 30.77% from 221); Max value from RGB is 84 - color contains mainly: green. Hex color #455444 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455444 is #BAABBB. Grayscale: #4D4D4D. Windows color (decimal): -12233660 or 4478021. OLE color: 4478021.

HSL color Cylindrical-coordinate representation of color #455444: hue angle of 116.25º degrees, saturation: 0.11, 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 #455444 is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB698468-
CMYK0.1800.190.67
HSL116.25º10.53%29.8%-
HSV(B)116.25º19.05%32.94%-
XYZ6.678.026.67-
YUV77.69122.53121.8-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.22%
GREEN value IS 84 (33.20% from 255) = 38.01%
BLUE value IS 68 (26.95% from 255) = 30.77%
R=31.22%
G=38.01%
B=30.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6984680.1800.190.67116.2510.5329.8
Hex455444120134374b1e
Octal105124104220231031641336
Binary1000101101010010001001001001001110000111110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455444; }

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

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

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

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

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

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

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

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