Html Css Color HEX #719D49 Asparagus

📋 copy color: '#719D49'

red 113 ◦ green 157 ◦ blue 73

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

Shades of Asparagus #719D49

Tints of Asparagus #719D49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 21.28%

R = 32.94%
G = 45.77%
B = 21.28%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.54

 K value IS 0.38

RGB Variations

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

Color information

#719D49 (or 0x719D49) is known color: Asparagus. HEX triplet: 71, 9D and 49. RGB value is (113,157,73). Sum of RGB (Red+Green+Blue) = 113+157+73=343 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.94% from 343); Green value is 157 (61.72% from 255 or 45.77% from 343); Blue value is 73 (28.91% from 255 or 21.28% from 343); Max value from RGB is 157 - color contains mainly: green. Hex color #719D49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719D49 is #8E62B6. Grayscale: #868686. Windows color (decimal): -9331383 or 4824433. OLE color: 4824433.

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

Color convert

RGB 113 157 73 -
CMYK 0.28 0 0.54 0.38
HSL 91.43º 0.37% 0.45% -
HSV(B) 91.43º 0.54% 0.62% -
XYZ 20.07 28.11 10.67 -
YUV 134.27 93.42 112.83 -
System Red Green Blue C M Y K H S L
Decimal 113 157 73 0.28 0 0.54 0.38 91.43 0.37 0.45
Hex 71 9D 49 1C 0 36 26 5B 25 2D
Octal 161 235 111 34 0 66 46 133 45 55
Binary 1110001 10011101 1001001 11100 0 110110 100110 1011011 100101 101101

Color Harmonies of #719D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719D49

Black with #719D49

Text Example


Text Example

White with #719D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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