Html Css Color HEX #496346 Grey-Asparagus

📋 copy color: '#496346'

red 73 ◦ green 99 ◦ blue 70

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

Shades of Grey-Asparagus #496346

Tints of Grey-Asparagus #496346

RGB

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

 GREEN value IS 99 (39.06% from 255) = 40.91%

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

R = 30.17%
G = 40.91%
B = 28.93%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.29

 K value IS 0.61

RGB Variations

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

Color information

#496346 (or 0x496346) is known color: Grey-Asparagus. HEX triplet: 49, 63 and 46. RGB value is (73,99,70). Sum of RGB (Red+Green+Blue) = 73+99+70=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 99 (39.06% from 255 or 40.91% from 242); Blue value is 70 (27.73% from 255 or 28.93% from 242); Max value from RGB is 99 - color contains mainly: green. Hex color #496346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496346 is #B69CB9. Grayscale: #585858. Windows color (decimal): -11967674 or 4612937. OLE color: 4612937.

HSL color Cylindrical-coordinate representation of color #496346: hue angle of 113.79º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #496346 is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.61.

Color convert

RGB 73 99 70 -
CMYK 0.26 0 0.29 0.61
HSL 113.79º 0.17% 0.33% -
HSV(B) 113.79º 0.29% 0.39% -
XYZ 8.31 10.78 7.44 -
YUV 87.92 117.89 117.36 -
System Red Green Blue C M Y K H S L
Decimal 73 99 70 0.26 0 0.29 0.61 113.79 0.17 0.33
Hex 49 63 46 1A 0 1D 3D 72 11 21
Octal 111 143 106 32 0 35 75 162 21 41
Binary 1001001 1100011 1000110 11010 0 11101 111101 1110010 10001 100001

Color Harmonies of #496346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496346

Black with #496346

Text Example


Text Example

White with #496346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496346; }

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

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

background-color css

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

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

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

border-color css

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

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

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