#465544

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

Shades of Grey-Asparagus #465544

Tints of Grey-Asparagus #465544

Color information

#465544 (or 0x465544) is unknown color: approx Grey-Asparagus. HEX triplet: 46, 55 and 44. RGB value is (70,85,68). Sum of RGB (Red+Green+Blue) = 70+85+68=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 68 (26.95% from 255 or 30.49% from 223); Max value from RGB is 85 - color contains mainly: green. Hex color #465544 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465544 is #B9AABB. Grayscale: #4E4E4E. Windows color (decimal): -12167868 or 4478278. OLE color: 4478278.

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

Color convert

RGB708568-
CMYK0.1800.200.67
HSL112.94º11.11%30%-
HSV(B)112.94º20%33.33%-
XYZ6.828.226.7-
YUV78.58122.03121.88-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.39%
GREEN value IS 85 (33.59% from 255) = 38.12%
BLUE value IS 68 (26.95% from 255) = 30.49%
R=31.39%
G=38.12%
B=30.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7085680.1800.200.67112.9411.1130
Hex465544120144371b1e
Octal106125104220241031611336
Binary1000110101010110001001001001010010000111110001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465544; }

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

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

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

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

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

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

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

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