#719348

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

Shades of Asparagus #719348

Tints of Asparagus #719348

Color information

#719348 (or 0x719348) is unknown color: approx Asparagus. HEX triplet: 71, 93 and 48. RGB value is (113,147,72). Sum of RGB (Red+Green+Blue) = 113+147+72=332 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.04% from 332); Green value is 147 (57.81% from 255 or 44.28% from 332); Blue value is 72 (28.52% from 255 or 21.69% from 332); Max value from RGB is 147 - color contains mainly: green. Hex color #719348 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719348 is #8E6CB7. Grayscale: #808080. Windows color (decimal): -9333944 or 4756337. OLE color: 4756337.

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

Color convert

RGB11314772-
CMYK0.2300.510.42
HSL87.2º34.25%42.94%-
HSV(B)87.2º51.02%57.65%-
XYZ18.4124.859.96-
YUV128.2896.24117.1-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.04%
GREEN value IS 147 (57.81% from 255) = 44.28%
BLUE value IS 72 (28.52% from 255) = 21.69%
R=34.04%
G=44.28%
B=21.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal113147720.2300.510.4287.234.2542.94
Hex719348170332A57222b
Octal16122311027063521274253
Binary11100011001001110010001011101100111010101010111100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719348; }

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

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

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

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

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

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

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

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