#496148

Color #496148 Grey-Asparagus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey-Asparagus #496148

Tints of Grey-Asparagus #496148

Color information

#496148 (or 0x496148) is unknown color: approx Grey-Asparagus. HEX triplet: 49, 61 and 48. RGB value is (73,97,72). Sum of RGB (Red+Green+Blue) = 73+97+72=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 72 (28.52% from 255 or 29.75% from 242); Max value from RGB is 97 - color contains mainly: green. Hex color #496148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496148 is #B69EB7. Grayscale: #575757. Windows color (decimal): -11968184 or 4743497. OLE color: 4743497.

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

Color convert

RGB739772-
CMYK0.2500.260.62
HSL117.6º14.79%33.14%-
HSV(B)117.6º25.77%38.04%-
XYZ8.1910.437.71-
YUV86.97119.55118.03-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.17%
GREEN value IS 97 (38.28% from 255) = 40.08%
BLUE value IS 72 (28.52% from 255) = 29.75%
R=30.17%
G=40.08%
B=29.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7397720.2500.260.62117.614.7933.14
Hex4961481901A3E76f21
Octal11114111031032761661741
Binary1001001110000110010001100101101011111011101101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496148; }

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

 H1.HeaderClassName
 {
   color: #496148;
 }
 .AnyTagClassName
 {
   color: #496148;
 }
</style>
background-color css

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

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

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

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

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

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