#495148

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

Shades of Grey-Asparagus #495148

Tints of Grey-Asparagus #495148

Color information

#495148 (or 0x495148) is unknown color: approx Grey-Asparagus. HEX triplet: 49, 51 and 48. RGB value is (73,81,72). Sum of RGB (Red+Green+Blue) = 73+81+72=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 81 (32.03% from 255 or 35.84% from 226); Blue value is 72 (28.52% from 255 or 31.86% from 226); Max value from RGB is 81 - color contains mainly: green. Hex color #495148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495148 is #B6AEB7. Grayscale: #4D4D4D. Windows color (decimal): -11972280 or 4739401. OLE color: 4739401.

HSL color Cylindrical-coordinate representation of color #495148: hue angle of 113.33º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #495148 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB738172-
CMYK0.1000.110.68
HSL113.33º5.88%30%-
HSV(B)113.33º11.11%31.76%-
XYZ6.867.777.27-
YUV77.58124.85124.73-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.30%
GREEN value IS 81 (32.03% from 255) = 35.84%
BLUE value IS 72 (28.52% from 255) = 31.86%
R=32.30%
G=35.84%
B=31.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7381720.1000.110.68113.335.8830
Hex495148A0B447161e
Octal11112111012013104161636
Binary1001001101000110010001010010111000100111000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495148; }

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

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

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

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

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

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

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

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