Html Css Color HEX #495547 Grey-Asparagus

📋 copy color: '#495547'

red 73 ◦ green 85 ◦ blue 71

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

Shades of Grey-Asparagus #495547

Tints of Grey-Asparagus #495547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 31%

R = 31.88%
G = 37.12%
B = 31%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#495547 (or 0x495547) is known color: Grey-Asparagus. HEX triplet: 49, 55 and 47. RGB value is (73,85,71). Sum of RGB (Red+Green+Blue) = 73+85+71=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 85 (33.59% from 255 or 37.12% from 229); Blue value is 71 (28.12% from 255 or 31.00% from 229); Max value from RGB is 85 - color contains mainly: green. Hex color #495547 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495547 is #B6AAB8. Grayscale: #4F4F4F. Windows color (decimal): -11971257 or 4674889. OLE color: 4674889.

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

Color convert

RGB 73 85 71 -
CMYK 0.14 0 0.16 0.67
HSL 111.43º 0.09% 0.31% -
HSV(B) 111.43º 0.16% 0.33% -
XYZ 7.13 8.37 7.2 -
YUV 79.82 123.02 123.14 -
System Red Green Blue C M Y K H S L
Decimal 73 85 71 0.14 0 0.16 0.67 111.43 0.09 0.31
Hex 49 55 47 E 0 10 43 6F 9 1F
Octal 111 125 107 16 0 20 103 157 11 37
Binary 1001001 1010101 1000111 1110 0 10000 1000011 1101111 1001 11111

Color Harmonies of #495547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495547

Black with #495547

Text Example


Text Example

White with #495547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495547; }

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

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

background-color css

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

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

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

border-color css

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

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

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