#455144

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

Shades of Grey-Asparagus #455144

Tints of Grey-Asparagus #455144

Color information

#455144 (or 0x455144) is unknown color: approx Grey-Asparagus. HEX triplet: 45, 51 and 44. RGB value is (69,81,68). Sum of RGB (Red+Green+Blue) = 69+81+68=218 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.65% from 218); Green value is 81 (32.03% from 255 or 37.16% from 218); Blue value is 68 (26.95% from 255 or 31.19% from 218); Max value from RGB is 81 - color contains mainly: green. Hex color #455144 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455144 is #BAAEBB. Grayscale: #4B4B4B. Windows color (decimal): -12234428 or 4477253. OLE color: 4477253.

HSL color Cylindrical-coordinate representation of color #455144: hue angle of 115.38º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #455144 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.68.

Color convert

RGB698168-
CMYK0.1500.160.68
HSL115.38º8.72%29.22%-
HSV(B)115.38º16.05%31.76%-
XYZ6.447.576.59-
YUV75.93123.52123.06-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.65%
GREEN value IS 81 (32.03% from 255) = 37.16%
BLUE value IS 68 (26.95% from 255) = 31.19%
R=31.65%
G=37.16%
B=31.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6981680.1500.160.68115.388.7229.22
Hex455144F010447391d
Octal105121104170201041631135
Binary100010110100011000100111101000010001001110011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455144; }

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

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

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

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

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

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

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

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