Html Css Color HEX #719D50 Asparagus

📋 copy color: '#719D50'

red 113 ◦ green 157 ◦ blue 80

#719D50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Asparagus #719D50

Tints of Asparagus #719D50

RGB

 RED value IS 113 (44.53% from 255) = 32.29%

 GREEN value IS 157 (61.72% from 255) = 44.86%

 BLUE value IS 80 (31.64% from 255) = 22.86%

R = 32.29%
G = 44.86%
B = 22.86%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#719D50 (or 0x719D50) is known color: Asparagus. HEX triplet: 71, 9D and 50. RGB value is (113,157,80). Sum of RGB (Red+Green+Blue) = 113+157+80=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 157 (61.72% from 255 or 44.86% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 157 - color contains mainly: green. Hex color #719D50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719D50 is #8E62AF. Grayscale: #878787. Windows color (decimal): -9331376 or 5283185. OLE color: 5283185.

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

Color convert

RGB 113 157 80 -
CMYK 0.28 0 0.49 0.38
HSL 94.29º 0.32% 0.46% -
HSV(B) 94.29º 0.49% 0.62% -
XYZ 20.31 28.2 11.96 -
YUV 135.07 96.92 112.26 -
System Red Green Blue C M Y K H S L
Decimal 113 157 80 0.28 0 0.49 0.38 94.29 0.32 0.46
Hex 71 9D 50 1C 0 31 26 5E 20 2E
Octal 161 235 120 34 0 61 46 136 40 56
Binary 1110001 10011101 1010000 11100 0 110001 100110 1011110 100000 101110

Color Harmonies of #719D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719D50

Black with #719D50

Text Example


Text Example

White with #719D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #719D50;
 }
 .AnyTagClassName
 {
   color: #719D50;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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