#719A4D

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

Shades of Asparagus #719A4D

Tints of Asparagus #719A4D

Color information

#719A4D (or 0x719A4D) is unknown color: approx Asparagus. HEX triplet: 71, 9A and 4D. RGB value is (113,154,77). Sum of RGB (Red+Green+Blue) = 113+154+77=344 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.85% from 344); Green value is 154 (60.55% from 255 or 44.77% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 154 - color contains mainly: green. Hex color #719A4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719A4D is #8E65B2. Grayscale: #858585. Windows color (decimal): -9332147 or 5085809. OLE color: 5085809.

HSL color Cylindrical-coordinate representation of color #719A4D: hue angle of 91.95º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #719A4D is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB11315477-
CMYK0.2700.500.40
HSL91.95º33.33%45.29%-
HSV(B)91.95º50%60.39%-
XYZ19.7127.1611.22-
YUV132.9696.42113.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.85%
GREEN value IS 154 (60.55% from 255) = 44.77%
BLUE value IS 77 (30.47% from 255) = 22.38%
R=32.85%
G=44.77%
B=22.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal113154770.2700.500.4091.9533.3345.29
Hex719A4D1B032285c212d
Octal16123211533062501344155
Binary11100011001101010011011101101100101010001011100100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719A4D; }

 p { color: rgb(113,154,77); }

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

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

 a { background-color: rgb(113,154,77); }

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

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

 span { border-color: rgb(113,154,77); }

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