#719248

Color #719248 Asparagus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Asparagus #719248

Tints of Asparagus #719248

Color information

#719248 (or 0x719248) is unknown color: approx 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

RGB11314672-
CMYK0.2300.510.43
HSL86.76º33.94%42.75%-
HSV(B)86.76º50.68%57.25%-
XYZ18.2624.549.9-
YUV127.796.57117.52-

RGB Variations

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

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 (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal113146720.2300.510.4386.7633.9442.75
Hex719248170332B57222b
Octal16122211027063531274253
Binary11100011001001010010001011101100111010111010111100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>