#719345

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

Shades of Asparagus #719345

Tints of Asparagus #719345

Color information

#719345 (or 0x719345) is unknown color: approx Asparagus. HEX triplet: 71, 93 and 45. RGB value is (113,147,69). Sum of RGB (Red+Green+Blue) = 113+147+69=329 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.35% from 329); Green value is 147 (57.81% from 255 or 44.68% from 329); Blue value is 69 (27.34% from 255 or 20.97% from 329); Max value from RGB is 147 - color contains mainly: green. Hex color #719345 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719345 is #8E6CBA. Grayscale: #808080. Windows color (decimal): -9333947 or 4559729. OLE color: 4559729.

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

Color convert

RGB11314769-
CMYK0.2300.530.42
HSL86.15º36.11%42.35%-
HSV(B)86.15º53.06%57.65%-
XYZ18.3224.819.45-
YUV127.9494.74117.34-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.35%
GREEN value IS 147 (57.81% from 255) = 44.68%
BLUE value IS 69 (27.34% from 255) = 20.97%
R=34.35%
G=44.68%
B=20.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal113147690.2300.530.4286.1536.1142.35
Hex719345170352A56242a
Octal16122310527065521264452
Binary11100011001001110001011011101101011010101010110100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719345; }

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

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

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

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

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

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

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

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