#719946

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

Shades of Asparagus #719946

Tints of Asparagus #719946

Color information

#719946 (or 0x719946) is unknown color: approx Asparagus. HEX triplet: 71, 99 and 46. RGB value is (113,153,70). Sum of RGB (Red+Green+Blue) = 113+153+70=336 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.63% from 336); Green value is 153 (60.16% from 255 or 45.54% from 336); Blue value is 70 (27.73% from 255 or 20.83% from 336); Max value from RGB is 153 - color contains mainly: green. Hex color #719946 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719946 is #8E66B9. Grayscale: #838383. Windows color (decimal): -9332410 or 4626801. OLE color: 4626801.

HSL color Cylindrical-coordinate representation of color #719946: hue angle of 88.92º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #719946 is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.4.

Color convert

RGB11315370-
CMYK0.2600.540.4
HSL88.92º37.22%43.73%-
HSV(B)88.92º54.25%60%-
XYZ19.3126.749.94-
YUV131.5893.25114.75-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.63%
GREEN value IS 153 (60.16% from 255) = 45.54%
BLUE value IS 70 (27.73% from 255) = 20.83%
R=33.63%
G=45.54%
B=20.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal113153700.2600.540.488.9237.2243.73
Hex7199461A0362859252c
Octal16123110632066501314554
Binary11100011001100110001101101001101101010001011001100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719946; }

 p { color: rgb(113,153,70); }

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

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

 a { background-color: rgb(113,153,70); }

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

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

 span { border-color: rgb(113,153,70); }

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