Html Css Color HEX #496846 Grey-Asparagus

📋 copy color: '#496846'

red 73 ◦ green 104 ◦ blue 70

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

Shades of Grey-Asparagus #496846

Tints of Grey-Asparagus #496846

RGB

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

 GREEN value IS 104 (41.02% from 255) = 42.11%

 BLUE value IS 70 (27.73% from 255) = 28.34%

R = 29.55%
G = 42.11%
B = 28.34%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.33

 K value IS 0.59

RGB Variations

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

Color information

#496846 (or 0x496846) is known color: Grey-Asparagus. HEX triplet: 49, 68 and 46. RGB value is (73,104,70). Sum of RGB (Red+Green+Blue) = 73+104+70=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 104 (41.02% from 255 or 42.11% from 247); Blue value is 70 (27.73% from 255 or 28.34% from 247); Max value from RGB is 104 - color contains mainly: green. Hex color #496846 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496846 is #B697B9. Grayscale: #5A5A5A. Windows color (decimal): -11966394 or 4614217. OLE color: 4614217.

HSL color Cylindrical-coordinate representation of color #496846: hue angle of 114.71º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #496846 is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 104 70 -
CMYK 0.30 0 0.33 0.59
HSL 114.71º 0.2% 0.34% -
HSV(B) 114.71º 0.33% 0.41% -
XYZ 8.8 11.76 7.6 -
YUV 90.86 116.23 115.26 -
System Red Green Blue C M Y K H S L
Decimal 73 104 70 0.30 0 0.33 0.59 114.71 0.2 0.34
Hex 49 68 46 1E 0 21 3B 73 14 22
Octal 111 150 106 36 0 41 73 163 24 42
Binary 1001001 1101000 1000110 11110 0 100001 111011 1110011 10100 100010

Color Harmonies of #496846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496846

Black with #496846

Text Example


Text Example

White with #496846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496846; }

 p { color: rgb(73,104,70); }

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

background-color css

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

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

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

border-color css

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

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

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