Html Css Color HEX #719248 Asparagus

📋 copy color: '#719248'

red 113 ◦ green 146 ◦ blue 72

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

Shades of Asparagus #719248

Tints of Asparagus #719248

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.11%

 BLUE value IS 72 (28.52% from 255) = 21.75%

R = 34.14%
G = 44.11%
B = 21.75%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.51

 K value IS 0.43

RGB Variations

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

Color information

#719248 (or 0x719248) is known color: Asparagus. HEX triplet: 71, 92 and 48. RGB value is (113,146,72). Sum of RGB (Red+Green+Blue) = 113+146+72=331 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.14% from 331); Green value is 146 (57.42% from 255 or 44.11% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 146 - color contains mainly: green. Hex color #719248 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719248 is #8E6DB7. Grayscale: #7F7F7F. Windows color (decimal): -9334200 or 4756081. OLE color: 4756081.

HSL color Cylindrical-coordinate representation of color #719248: hue angle of 86.76º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #719248 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 146 72 -
CMYK 0.23 0 0.51 0.43
HSL 86.76º 0.34% 0.43% -
HSV(B) 86.76º 0.51% 0.57% -
XYZ 18.26 24.54 9.9 -
YUV 127.7 96.57 117.52 -
System Red Green Blue C M Y K H S L
Decimal 113 146 72 0.23 0 0.51 0.43 86.76 0.34 0.43
Hex 71 92 48 17 0 33 2B 57 22 2B
Octal 161 222 110 27 0 63 53 127 42 53
Binary 1110001 10010010 1001000 10111 0 110011 101011 1010111 100010 101011

Color Harmonies of #719248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719248

Black with #719248

Text Example


Text Example

White with #719248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719248; }

 p { color: rgb(113,146,72); }

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

background-color css

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

 a { background-color: rgb(113,146,72); }

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

border-color css

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

 span { border-color: rgb(113,146,72); }

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