#719E50

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

Shades of Asparagus #719E50

Tints of Asparagus #719E50

Color information

#719E50 (or 0x719E50) is unknown color: approx Asparagus. HEX triplet: 71, 9E and 50. RGB value is (113,158,80). Sum of RGB (Red+Green+Blue) = 113+158+80=351 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.19% from 351); Green value is 158 (62.11% from 255 or 45.01% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 158 - color contains mainly: green. Hex color #719E50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719E50 is #8E61AF. Grayscale: #878787. Windows color (decimal): -9331120 or 5283441. OLE color: 5283441.

HSL color Cylindrical-coordinate representation of color #719E50: hue angle of 94.62º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #719E50 is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.

Color convert

RGB11315880-
CMYK0.2800.490.38
HSL94.62º32.77%46.67%-
HSV(B)94.62º49.37%61.96%-
XYZ20.4828.5412.02-
YUV135.6596.59111.84-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.19%
GREEN value IS 158 (62.11% from 255) = 45.01%
BLUE value IS 80 (31.64% from 255) = 22.79%
R=32.19%
G=45.01%
B=22.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal113158800.2800.490.3894.6232.7746.67
Hex719E501C031265f212f
Octal16123612034061461374157
Binary11100011001111010100001110001100011001101011111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,158,80); }

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

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

 a { background-color: rgb(113,158,80); }

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

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

 span { border-color: rgb(113,158,80); }

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