#495048

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

Shades of Grey-Asparagus #495048

Tints of Grey-Asparagus #495048

Color information

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

HSL color Cylindrical-coordinate representation of color #495048: hue angle of 112.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 #495048 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB738072-
CMYK0.0900.100.69
HSL112.5º5.26%29.8%-
HSV(B)112.5º10%31.37%-
XYZ6.797.627.24-
YUV76.99125.18125.15-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7380720.0900.100.69112.55.2629.8
Hex49504890A457051e
Octal11112011011012105160536
Binary1001001101000010010001001010101000101111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495048; }

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

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

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

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

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

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

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

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