#455544

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

Shades of Grey-Asparagus #455544

Tints of Grey-Asparagus #455544

Color information

#455544 (or 0x455544) is unknown color: approx Grey-Asparagus. HEX triplet: 45, 55 and 44. RGB value is (69,85,68). Sum of RGB (Red+Green+Blue) = 69+85+68=222 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.08% from 222); Green value is 85 (33.59% from 255 or 38.29% from 222); Blue value is 68 (26.95% from 255 or 30.63% from 222); Max value from RGB is 85 - color contains mainly: green. Hex color #455544 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455544 is #BAAABB. Grayscale: #4E4E4E. Windows color (decimal): -12233404 or 4478277. OLE color: 4478277.

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

Color convert

RGB698568-
CMYK0.1900.200.67
HSL116.47º11.11%30%-
HSV(B)116.47º20%33.33%-
XYZ6.758.186.69-
YUV78.28122.2121.38-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.08%
GREEN value IS 85 (33.59% from 255) = 38.29%
BLUE value IS 68 (26.95% from 255) = 30.63%
R=31.08%
G=38.29%
B=30.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6985680.1900.200.67116.4711.1130
Hex455544130144374b1e
Octal105125104230241031641336
Binary1000101101010110001001001101010010000111110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455544; }

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

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

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

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

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

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

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

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