#719A4B

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

Shades of Asparagus #719A4B

Tints of Asparagus #719A4B

Color information

#719A4B (or 0x719A4B) is unknown color: approx Asparagus. HEX triplet: 71, 9A and 4B. RGB value is (113,154,75). Sum of RGB (Red+Green+Blue) = 113+154+75=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 154 (60.55% from 255 or 45.03% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 154 - color contains mainly: green. Hex color #719A4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719A4B is #8E65B4. Grayscale: #858585. Windows color (decimal): -9332149 or 4954737. OLE color: 4954737.

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

Color convert

RGB11315475-
CMYK0.2700.510.40
HSL91.14º34.5%44.9%-
HSV(B)91.14º51.3%60.39%-
XYZ19.6427.1310.86-
YUV132.7495.42113.92-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.04%
GREEN value IS 154 (60.55% from 255) = 45.03%
BLUE value IS 75 (29.69% from 255) = 21.93%
R=33.04%
G=45.03%
B=21.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal113154750.2700.510.4091.1434.544.9
Hex719A4B1B033285b222d
Octal16123211333063501334255
Binary11100011001101010010111101101100111010001011011100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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