#719249

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

Shades of Asparagus #719249

Tints of Asparagus #719249

Color information

#719249 (or 0x719249) is unknown color: approx Asparagus. HEX triplet: 71, 92 and 49. RGB value is (113,146,73). Sum of RGB (Red+Green+Blue) = 113+146+73=332 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.04% from 332); Green value is 146 (57.42% from 255 or 43.98% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 146 - color contains mainly: green. Hex color #719249 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719249 is #8E6DB6. Grayscale: #808080. Windows color (decimal): -9334199 or 4821617. OLE color: 4821617.

HSL color Cylindrical-coordinate representation of color #719249: hue angle of 87.12º 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 #719249 is Cyan = 0.23, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.43.

Color convert

RGB11314673-
CMYK0.2300.50.43
HSL87.12º33.33%42.94%-
HSV(B)87.12º50%57.25%-
XYZ18.2924.5510.08-
YUV127.8197.07117.44-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.04%
GREEN value IS 146 (57.42% from 255) = 43.98%
BLUE value IS 73 (28.91% from 255) = 21.99%
R=34.04%
G=43.98%
B=21.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal113146730.2300.50.4387.1233.3342.94
Hex719249170322B57212b
Octal16122211127062531274153
Binary11100011001001010010011011101100101010111010111100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719249; }

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

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

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

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

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

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

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

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