#485744

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

Shades of Grey-Asparagus #485744

Tints of Grey-Asparagus #485744

Color information

#485744 (or 0x485744) is unknown color: approx Grey-Asparagus. HEX triplet: 48, 57 and 44. RGB value is (72,87,68). Sum of RGB (Red+Green+Blue) = 72+87+68=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 87 (34.38% from 255 or 38.33% from 227); Blue value is 68 (26.95% from 255 or 29.96% from 227); Max value from RGB is 87 - color contains mainly: green. Hex color #485744 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485744 is #B7A8BB. Grayscale: #505050. Windows color (decimal): -12036284 or 4478792. OLE color: 4478792.

HSL color Cylindrical-coordinate representation of color #485744: hue angle of 107.37º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #485744 is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.66.

Color convert

RGB728768-
CMYK0.1700.220.66
HSL107.37º12.26%30.39%-
HSV(B)107.37º21.84%34.12%-
XYZ7.128.616.76-
YUV80.35121.03122.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.72%
GREEN value IS 87 (34.38% from 255) = 38.33%
BLUE value IS 68 (26.95% from 255) = 29.96%
R=31.72%
G=38.33%
B=29.96%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7287680.1700.220.66107.3712.2630.39
Hex48574411016426bc1e
Octal110127104210261021531436
Binary1001000101011110001001000101011010000101101011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485744; }

 p { color: rgb(72,87,68); }

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

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

 a { background-color: rgb(72,87,68); }

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

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

 span { border-color: rgb(72,87,68); }

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