Html Css Color HEX #496145 Grey-Asparagus

📋 copy color: '#496145'

red 73 ◦ green 97 ◦ blue 69

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

Shades of Grey-Asparagus #496145

Tints of Grey-Asparagus #496145

RGB

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

 GREEN value IS 97 (38.28% from 255) = 40.59%

 BLUE value IS 69 (27.34% from 255) = 28.87%

R = 30.54%
G = 40.59%
B = 28.87%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#496145 (or 0x496145) is known color: Grey-Asparagus. HEX triplet: 49, 61 and 45. RGB value is (73,97,69). Sum of RGB (Red+Green+Blue) = 73+97+69=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 97 (38.28% from 255 or 40.59% from 239); Blue value is 69 (27.34% from 255 or 28.87% from 239); Max value from RGB is 97 - color contains mainly: green. Hex color #496145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496145 is #B69EBA. Grayscale: #565656. Windows color (decimal): -11968187 or 4546889. OLE color: 4546889.

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

Color convert

RGB 73 97 69 -
CMYK 0.25 0 0.29 0.62
HSL 111.43º 0.17% 0.33% -
HSV(B) 111.43º 0.29% 0.38% -
XYZ 8.1 10.4 7.21 -
YUV 86.63 118.05 118.28 -
System Red Green Blue C M Y K H S L
Decimal 73 97 69 0.25 0 0.29 0.62 111.43 0.17 0.33
Hex 49 61 45 19 0 1D 3E 6F 11 21
Octal 111 141 105 31 0 35 76 157 21 41
Binary 1001001 1100001 1000101 11001 0 11101 111110 1101111 10001 100001

Color Harmonies of #496145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496145

Black with #496145

Text Example


Text Example

White with #496145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496145; }

 p { color: rgb(73,97,69); }

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

background-color css

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

 a { background-color: rgb(73,97,69); }

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

border-color css

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

 span { border-color: rgb(73,97,69); }

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