#749249

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

Shades of Asparagus #749249

Tints of Asparagus #749249

Color information

#749249 (or 0x749249) is unknown color: approx Asparagus. HEX triplet: 74, 92 and 49. RGB value is (116,146,73). Sum of RGB (Red+Green+Blue) = 116+146+73=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 146 (57.42% from 255 or 43.58% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 146 - color contains mainly: green. Hex color #749249 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749249 is #8B6DB6. Grayscale: #808080. Windows color (decimal): -9137591 or 4821620. OLE color: 4821620.

HSL color Cylindrical-coordinate representation of color #749249: hue angle of 84.66º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #749249 is Cyan = 0.21, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.43.

Color convert

RGB11614673-
CMYK0.2100.50.43
HSL84.66º33.33%42.94%-
HSV(B)84.66º50%57.25%-
XYZ18.6824.7510.1-
YUV128.7196.56118.94-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.63%
GREEN value IS 146 (57.42% from 255) = 43.58%
BLUE value IS 73 (28.91% from 255) = 21.79%
R=34.63%
G=43.58%
B=21.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal116146730.2100.50.4384.6633.3342.94
Hex749249150322B55212b
Octal16422211125062531254153
Binary11101001001001010010011010101100101010111010101100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749249; }

 p { color: rgb(116,146,73); }

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

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

 a { background-color: rgb(116,146,73); }

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

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

 span { border-color: rgb(116,146,73); }

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