Html Css Color HEX #496546 Grey-Asparagus

📋 copy color: '#496546'

red 73 ◦ green 101 ◦ blue 70

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

Shades of Grey-Asparagus #496546

Tints of Grey-Asparagus #496546

RGB

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

 GREEN value IS 101 (39.84% from 255) = 41.39%

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

R = 29.92%
G = 41.39%
B = 28.69%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.31

 K value IS 0.60

RGB Variations

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

Color information

#496546 (or 0x496546) is known color: Grey-Asparagus. HEX triplet: 49, 65 and 46. RGB value is (73,101,70). Sum of RGB (Red+Green+Blue) = 73+101+70=244 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.92% from 244); Green value is 101 (39.84% from 255 or 41.39% from 244); Blue value is 70 (27.73% from 255 or 28.69% from 244); Max value from RGB is 101 - color contains mainly: green. Hex color #496546 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496546 is #B69AB9. Grayscale: #595959. Windows color (decimal): -11967162 or 4613449. OLE color: 4613449.

HSL color Cylindrical-coordinate representation of color #496546: hue angle of 114.19º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #496546 is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.60.

Color convert

RGB 73 101 70 -
CMYK 0.28 0 0.31 0.60
HSL 114.19º 0.18% 0.34% -
HSV(B) 114.19º 0.31% 0.4% -
XYZ 8.51 11.17 7.5 -
YUV 89.09 117.22 116.52 -
System Red Green Blue C M Y K H S L
Decimal 73 101 70 0.28 0 0.31 0.60 114.19 0.18 0.34
Hex 49 65 46 1C 0 1F 3C 72 12 22
Octal 111 145 106 34 0 37 74 162 22 42
Binary 1001001 1100101 1000110 11100 0 11111 111100 1110010 10010 100010

Color Harmonies of #496546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496546

Black with #496546

Text Example


Text Example

White with #496546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496546; }

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

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

background-color css

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

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

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

border-color css

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

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

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