Html Css Color HEX #495049 Grey-Asparagus

📋 copy color: '#495049'

red 73 ◦ green 80 ◦ blue 73

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

Shades of Grey-Asparagus #495049

Tints of Grey-Asparagus #495049

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.4%

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

R = 32.3%
G = 35.4%
B = 32.3%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#495049 (or 0x495049) is known color: Grey-Asparagus. HEX triplet: 49, 50 and 49. RGB value is (73,80,73). Sum of RGB (Red+Green+Blue) = 73+80+73=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 73 (28.91% from 255 or 32.30% from 226); Max value from RGB is 80 - color contains mainly: green. Hex color #495049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495049 is #B6AFB6. Grayscale: #4D4D4D. Windows color (decimal): -11972535 or 4804681. OLE color: 4804681.

HSL color Cylindrical-coordinate representation of color #495049: hue angle of 120º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #495049 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB 73 80 73 -
CMYK 0.09 0 0.09 0.69
HSL 120º 0.05% 0.3% -
HSV(B) 120º 0.09% 0.31% -
XYZ 6.82 7.63 7.42 -
YUV 77.11 125.68 125.07 -
System Red Green Blue C M Y K H S L
Decimal 73 80 73 0.09 0 0.09 0.69 120 0.05 0.3
Hex 49 50 49 9 0 9 45 78 5 1E
Octal 111 120 111 11 0 11 105 170 5 36
Binary 1001001 1010000 1001001 1001 0 1001 1000101 1111000 101 11110

Color Harmonies of #495049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495049

Black with #495049

Text Example


Text Example

White with #495049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495049; }

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

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

background-color css

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

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

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

border-color css

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

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

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