#719948

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

Shades of Asparagus #719948

Tints of Asparagus #719948

Color information

#719948 (or 0x719948) is unknown color: approx Asparagus. HEX triplet: 71, 99 and 48. RGB value is (113,153,72). Sum of RGB (Red+Green+Blue) = 113+153+72=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 153 (60.16% from 255 or 45.27% from 338); Blue value is 72 (28.52% from 255 or 21.30% from 338); Max value from RGB is 153 - color contains mainly: green. Hex color #719948 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719948 is #8E66B7. Grayscale: #848484. Windows color (decimal): -9332408 or 4757873. OLE color: 4757873.

HSL color Cylindrical-coordinate representation of color #719948: hue angle of 89.63º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #719948 is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.4.

Color convert

RGB11315372-
CMYK0.2600.530.4
HSL89.63º36%44.12%-
HSV(B)89.63º52.94%60%-
XYZ19.3726.7610.28-
YUV131.8194.25114.59-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.43%
GREEN value IS 153 (60.16% from 255) = 45.27%
BLUE value IS 72 (28.52% from 255) = 21.30%
R=33.43%
G=45.27%
B=21.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal113153720.2600.530.489.633644.12
Hex7199481A035285a242c
Octal16123111032065501324454
Binary11100011001100110010001101001101011010001011010100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719948; }

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

 H1.HeaderClassName
 {
   color: #719948;
 }
 .AnyTagClassName
 {
   color: #719948;
 }
</style>
background-color css

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

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

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

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

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

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