#485349

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

Shades of Grey-Asparagus #485349

Tints of Grey-Asparagus #485349

Color information

#485349 (or 0x485349) is unknown color: approx Grey-Asparagus. HEX triplet: 48, 53 and 49. RGB value is (72,83,73). Sum of RGB (Red+Green+Blue) = 72+83+73=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 83 (32.81% from 255 or 36.40% from 228); Blue value is 73 (28.91% from 255 or 32.02% from 228); Max value from RGB is 83 - color contains mainly: green. Hex color #485349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485349 is #B7ACB6. Grayscale: #4E4E4E. Windows color (decimal): -12037303 or 4805448. OLE color: 4805448.

HSL color Cylindrical-coordinate representation of color #485349: hue angle of 125.45º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #485349 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB728373-
CMYK0.1300.120.67
HSL125.45º7.1%30.39%-
HSV(B)125.45º13.25%32.55%-
XYZ6.978.057.49-
YUV78.57124.86123.31-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.58%
GREEN value IS 83 (32.81% from 255) = 36.40%
BLUE value IS 73 (28.91% from 255) = 32.02%
R=31.58%
G=36.40%
B=32.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7283730.1300.120.67125.457.130.39
Hex485349D0C437d71e
Octal11012311115014103175736
Binary1001000101001110010011101011001000011111110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485349; }

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

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

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

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

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

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

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

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