Html Css Color HEX #495549 Grey-Asparagus

📋 copy color: '#495549'

red 73 ◦ green 85 ◦ blue 73

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

Shades of Grey-Asparagus #495549

Tints of Grey-Asparagus #495549

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.8%

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

R = 31.6%
G = 36.8%
B = 31.6%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#495549 (or 0x495549) is known color: Grey-Asparagus. HEX triplet: 49, 55 and 49. RGB value is (73,85,73). Sum of RGB (Red+Green+Blue) = 73+85+73=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 73 (28.91% from 255 or 31.60% from 231); Max value from RGB is 85 - color contains mainly: green. Hex color #495549 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495549 is #B6AAB6. Grayscale: #505050. Windows color (decimal): -11971255 or 4805961. OLE color: 4805961.

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

Color convert

RGB 73 85 73 -
CMYK 0.14 0 0.14 0.67
HSL 120º 0.08% 0.31% -
HSV(B) 120º 0.14% 0.33% -
XYZ 7.2 8.39 7.54 -
YUV 80.04 124.02 122.98 -
System Red Green Blue C M Y K H S L
Decimal 73 85 73 0.14 0 0.14 0.67 120 0.08 0.31
Hex 49 55 49 E 0 E 43 78 8 1F
Octal 111 125 111 16 0 16 103 170 10 37
Binary 1001001 1010101 1001001 1110 0 1110 1000011 1111000 1000 11111

Color Harmonies of #495549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495549

Black with #495549

Text Example


Text Example

White with #495549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495549; }

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

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

background-color css

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

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

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

border-color css

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

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

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