Html Css Color HEX #495847 Grey-Asparagus

📋 copy color: '#495847'

red 73 ◦ green 88 ◦ blue 71

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

Shades of Grey-Asparagus #495847

Tints of Grey-Asparagus #495847

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.93%

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

R = 31.47%
G = 37.93%
B = 30.6%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#495847 (or 0x495847) is known color: Grey-Asparagus. HEX triplet: 49, 58 and 47. RGB value is (73,88,71). Sum of RGB (Red+Green+Blue) = 73+88+71=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 88 (34.77% from 255 or 37.93% from 232); Blue value is 71 (28.12% from 255 or 30.60% from 232); Max value from RGB is 88 - color contains mainly: green. Hex color #495847 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495847 is #B6A7B8. Grayscale: #515151. Windows color (decimal): -11970489 or 4675657. OLE color: 4675657.

HSL color Cylindrical-coordinate representation of color #495847: hue angle of 112.94º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #495847 is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 88 71 -
CMYK 0.17 0 0.19 0.65
HSL 112.94º 0.11% 0.31% -
HSV(B) 112.94º 0.19% 0.35% -
XYZ 7.37 8.85 7.28 -
YUV 81.58 122.03 121.88 -
System Red Green Blue C M Y K H S L
Decimal 73 88 71 0.17 0 0.19 0.65 112.94 0.11 0.31
Hex 49 58 47 11 0 13 41 71 B 1F
Octal 111 130 107 21 0 23 101 161 13 37
Binary 1001001 1011000 1000111 10001 0 10011 1000001 1110001 1011 11111

Color Harmonies of #495847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495847

Black with #495847

Text Example


Text Example

White with #495847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495847; }

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

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

background-color css

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

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

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

border-color css

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

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

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