Html Css Color HEX #495949 Grey-Asparagus

📋 copy color: '#495949'

red 73 ◦ green 89 ◦ blue 73

#495949
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grey-Asparagus #495949

Tints of Grey-Asparagus #495949

RGB

 RED value IS 73 (28.91% from 255) = 31.06%

 GREEN value IS 89 (35.16% from 255) = 37.87%

 BLUE value IS 73 (28.91% from 255) = 31.06%

R = 31.06%
G = 37.87%
B = 31.06%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#495949 (or 0x495949) is known color: Grey-Asparagus. HEX triplet: 49, 59 and 49. RGB value is (73,89,73). Sum of RGB (Red+Green+Blue) = 73+89+73=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 89 (35.16% from 255 or 37.87% from 235); Blue value is 73 (28.91% from 255 or 31.06% from 235); Max value from RGB is 89 - color contains mainly: green. Hex color #495949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495949 is #B6A6B6. Grayscale: #525252. Windows color (decimal): -11970231 or 4806985. OLE color: 4806985.

HSL color Cylindrical-coordinate representation of color #495949: hue angle of 120º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #495949 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 89 73 -
CMYK 0.18 0 0.18 0.65
HSL 120º 0.1% 0.32% -
HSV(B) 120º 0.18% 0.35% -
XYZ 7.52 9.04 7.65 -
YUV 82.39 122.7 121.3 -
System Red Green Blue C M Y K H S L
Decimal 73 89 73 0.18 0 0.18 0.65 120 0.1 0.32
Hex 49 59 49 12 0 12 41 78 A 20
Octal 111 131 111 22 0 22 101 170 12 40
Binary 1001001 1011001 1001001 10010 0 10010 1000001 1111000 1010 100000

Color Harmonies of #495949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495949

Black with #495949

Text Example


Text Example

White with #495949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495949; }

 p { color: rgb(73,89,73); }

 H1.HeaderClassName
 {
   color: #495949;
 }
 .AnyTagClassName
 {
   color: #495949;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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