#485548

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

Shades of Grey-Asparagus #485548

Tints of Grey-Asparagus #485548

Color information

#485548 (or 0x485548) is unknown color: approx Grey-Asparagus. HEX triplet: 48, 55 and 48. RGB value is (72,85,72). Sum of RGB (Red+Green+Blue) = 72+85+72=229 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.44% from 229); Green value is 85 (33.59% from 255 or 37.12% from 229); Blue value is 72 (28.52% from 255 or 31.44% from 229); Max value from RGB is 85 - color contains mainly: green. Hex color #485548 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485548 is #B7AAB7. Grayscale: #4F4F4F. Windows color (decimal): -12036792 or 4740424. OLE color: 4740424.

HSL color Cylindrical-coordinate representation of color #485548: hue angle of 120º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #485548 is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB728572-
CMYK0.1500.150.67
HSL120º8.28%30.78%-
HSV(B)120º15.29%33.33%-
XYZ7.098.347.37-
YUV79.63123.69122.56-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.44%
GREEN value IS 85 (33.59% from 255) = 37.12%
BLUE value IS 72 (28.52% from 255) = 31.44%
R=31.44%
G=37.12%
B=31.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7285720.1500.150.671208.2830.78
Hex485548F0F437881f
Octal110125110170171031701037
Binary10010001010101100100011110111110000111111000100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485548; }

 p { color: rgb(72,85,72); }

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

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

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

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

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

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

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