#485549

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

Shades of Grey-Asparagus #485549

Tints of Grey-Asparagus #485549

Color information

#485549 (or 0x485549) is unknown color: approx Grey-Asparagus. HEX triplet: 48, 55 and 49. RGB value is (72,85,73). Sum of RGB (Red+Green+Blue) = 72+85+73=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 85 (33.59% from 255 or 36.96% from 230); Blue value is 73 (28.91% from 255 or 31.74% from 230); Max value from RGB is 85 - color contains mainly: green. Hex color #485549 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485549 is #B7AAB6. Grayscale: #4F4F4F. Windows color (decimal): -12036791 or 4805960. OLE color: 4805960.

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

Color convert

RGB728573-
CMYK0.1500.140.67
HSL124.62º8.28%30.78%-
HSV(B)124.62º15.29%33.33%-
XYZ7.128.367.54-
YUV79.74124.19122.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.30%
GREEN value IS 85 (33.59% from 255) = 36.96%
BLUE value IS 73 (28.91% from 255) = 31.74%
R=31.30%
G=36.96%
B=31.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7285730.1500.140.67124.628.2830.78
Hex485549F0E437d81f
Octal110125111170161031751037
Binary10010001010101100100111110111010000111111101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485549; }

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

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

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

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

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

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

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

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