Html Css Color HEX #719A49 Asparagus

📋 copy color: '#719A49'

red 113 ◦ green 154 ◦ blue 73

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

Shades of Asparagus #719A49

Tints of Asparagus #719A49

RGB

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

 GREEN value IS 154 (60.55% from 255) = 45.29%

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

R = 33.24%
G = 45.29%
B = 21.47%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.53

 K value IS 0.40

RGB Variations

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

Color information

#719A49 (or 0x719A49) is known color: Asparagus. HEX triplet: 71, 9A and 49. RGB value is (113,154,73). Sum of RGB (Red+Green+Blue) = 113+154+73=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 154 (60.55% from 255 or 45.29% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 154 - color contains mainly: green. Hex color #719A49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719A49 is #8E65B6. Grayscale: #848484. Windows color (decimal): -9332151 or 4823665. OLE color: 4823665.

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

Color convert

RGB 113 154 73 -
CMYK 0.27 0 0.53 0.40
HSL 90.37º 0.36% 0.45% -
HSV(B) 90.37º 0.53% 0.6% -
XYZ 19.57 27.1 10.5 -
YUV 132.51 94.42 114.09 -
System Red Green Blue C M Y K H S L
Decimal 113 154 73 0.27 0 0.53 0.40 90.37 0.36 0.45
Hex 71 9A 49 1B 0 35 28 5A 24 2D
Octal 161 232 111 33 0 65 50 132 44 55
Binary 1110001 10011010 1001001 11011 0 110101 101000 1011010 100100 101101

Color Harmonies of #719A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719A49

Black with #719A49

Text Example


Text Example

White with #719A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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