#719A48

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

Shades of Asparagus #719A48

Tints of Asparagus #719A48

Color information

#719A48 (or 0x719A48) is unknown color: approx Asparagus. HEX triplet: 71, 9A and 48. RGB value is (113,154,72). Sum of RGB (Red+Green+Blue) = 113+154+72=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 154 (60.55% from 255 or 45.43% from 339); Blue value is 72 (28.52% from 255 or 21.24% from 339); Max value from RGB is 154 - color contains mainly: green. Hex color #719A48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719A48 is #8E65B7. Grayscale: #848484. Windows color (decimal): -9332152 or 4758129. OLE color: 4758129.

HSL color Cylindrical-coordinate representation of color #719A48: hue angle of 90º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #719A48 is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB11315472-
CMYK0.2700.530.40
HSL90º36.28%44.31%-
HSV(B)90º53.25%60.39%-
XYZ19.5427.0910.33-
YUV132.3993.92114.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.33%
GREEN value IS 154 (60.55% from 255) = 45.43%
BLUE value IS 72 (28.52% from 255) = 21.24%
R=33.33%
G=45.43%
B=21.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal113154720.2700.530.409036.2844.31
Hex719A481B035285a242c
Octal16123211033065501324454
Binary11100011001101010010001101101101011010001011010100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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