#485049

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

Shades of Grey-Asparagus #485049

Tints of Grey-Asparagus #485049

Color information

#485049 (or 0x485049) is unknown color: approx Grey-Asparagus. HEX triplet: 48, 50 and 49. RGB value is (72,80,73). Sum of RGB (Red+Green+Blue) = 72+80+73=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 80 (31.64% from 255 or 35.56% from 225); Blue value is 73 (28.91% from 255 or 32.44% from 225); Max value from RGB is 80 - color contains mainly: green. Hex color #485049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485049 is #B7AFB6. Grayscale: #4C4C4C. Windows color (decimal): -12038071 or 4804680. OLE color: 4804680.

HSL color Cylindrical-coordinate representation of color #485049: hue angle of 127.5º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #485049 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB728073-
CMYK0.1000.090.69
HSL127.5º5.26%29.8%-
HSV(B)127.5º10%31.37%-
XYZ6.747.67.41-
YUV76.81125.85124.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32%
GREEN value IS 80 (31.64% from 255) = 35.56%
BLUE value IS 73 (28.91% from 255) = 32.44%
R=32%
G=35.56%
B=32.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7280730.1000.090.69127.55.2629.8
Hex485049A09457f51e
Octal11012011112011105177536
Binary1001000101000010010011010010011000101111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485049; }

 p { color: rgb(72,80,73); }

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

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

 a { background-color: rgb(72,80,73); }

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

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

 span { border-color: rgb(72,80,73); }

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