Html Css Color HEX #719D52 Asparagus

📋 copy color: '#719D52'

red 113 ◦ green 157 ◦ blue 82

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

Shades of Asparagus #719D52

Tints of Asparagus #719D52

RGB

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

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

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

R = 32.1%
G = 44.6%
B = 23.3%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.48

 K value IS 0.38

RGB Variations

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

Color information

#719D52 (or 0x719D52) is known color: Asparagus. HEX triplet: 71, 9D and 52. RGB value is (113,157,82). Sum of RGB (Red+Green+Blue) = 113+157+82=352 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.10% from 352); Green value is 157 (61.72% from 255 or 44.60% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 157 - color contains mainly: green. Hex color #719D52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719D52 is #8E62AD. Grayscale: #878787. Windows color (decimal): -9331374 or 5414257. OLE color: 5414257.

HSL color Cylindrical-coordinate representation of color #719D52: hue angle of 95.2º degrees, saturation: 0.31, 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 #719D52 is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB 113 157 82 -
CMYK 0.28 0 0.48 0.38
HSL 95.2º 0.31% 0.47% -
HSV(B) 95.2º 0.48% 0.62% -
XYZ 20.39 28.23 12.36 -
YUV 135.29 97.92 112.1 -
System Red Green Blue C M Y K H S L
Decimal 113 157 82 0.28 0 0.48 0.38 95.2 0.31 0.47
Hex 71 9D 52 1C 0 30 26 5F 1F 2F
Octal 161 235 122 34 0 60 46 137 37 57
Binary 1110001 10011101 1010010 11100 0 110000 100110 1011111 11111 101111

Color Harmonies of #719D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719D52

Black with #719D52

Text Example


Text Example

White with #719D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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