Html Css Color HEX #719F52 Asparagus

📋 copy color: '#719F52'

red 113 ◦ green 159 ◦ blue 82

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

Shades of Asparagus #719F52

Tints of Asparagus #719F52

RGB

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

 GREEN value IS 159 (62.5% from 255) = 44.92%

 BLUE value IS 82 (32.42% from 255) = 23.16%

R = 31.92%
G = 44.92%
B = 23.16%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.48

 K value IS 0.38

RGB Variations

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

Color information

#719F52 (or 0x719F52) is known color: Asparagus. HEX triplet: 71, 9F and 52. RGB value is (113,159,82). Sum of RGB (Red+Green+Blue) = 113+159+82=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 159 (62.5% from 255 or 44.92% from 354); Blue value is 82 (32.42% from 255 or 23.16% from 354); Max value from RGB is 159 - color contains mainly: green. Hex color #719F52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719F52 is #8E60AD. Grayscale: #888888. Windows color (decimal): -9330862 or 5414769. OLE color: 5414769.

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

Color convert

RGB 113 159 82 -
CMYK 0.29 0 0.48 0.38
HSL 95.84º 0.32% 0.47% -
HSV(B) 95.84º 0.48% 0.62% -
XYZ 20.73 28.92 12.47 -
YUV 136.47 97.26 111.26 -
System Red Green Blue C M Y K H S L
Decimal 113 159 82 0.29 0 0.48 0.38 95.84 0.32 0.47
Hex 71 9F 52 1D 0 30 26 60 20 2F
Octal 161 237 122 35 0 60 46 140 40 57
Binary 1110001 10011111 1010010 11101 0 110000 100110 1100000 100000 101111

Color Harmonies of #719F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719F52

Black with #719F52

Text Example


Text Example

White with #719F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,159,82); }

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

background-color css

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

 a { background-color: rgb(113,159,82); }

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

border-color css

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

 span { border-color: rgb(113,159,82); }

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