#719445

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

Shades of Asparagus #719445

Tints of Asparagus #719445

Color information

#719445 (or 0x719445) is unknown color: approx Asparagus. HEX triplet: 71, 94 and 45. RGB value is (113,148,69). Sum of RGB (Red+Green+Blue) = 113+148+69=330 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.24% from 330); Green value is 148 (58.20% from 255 or 44.85% from 330); Blue value is 69 (27.34% from 255 or 20.91% from 330); Max value from RGB is 148 - color contains mainly: green. Hex color #719445 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719445 is #8E6BBA. Grayscale: #808080. Windows color (decimal): -9333691 or 4559985. OLE color: 4559985.

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

Color convert

RGB11314869-
CMYK0.2400.530.42
HSL86.58º36.41%42.55%-
HSV(B)86.58º53.38%58.04%-
XYZ18.4725.129.51-
YUV128.5394.4116.92-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.24%
GREEN value IS 148 (58.20% from 255) = 44.85%
BLUE value IS 69 (27.34% from 255) = 20.91%
R=34.24%
G=44.85%
B=20.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal113148690.2400.530.4286.5836.4142.55
Hex719445180352A57242b
Octal16122410530065521274453
Binary11100011001010010001011100001101011010101010111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719445; }

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

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

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

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

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

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

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

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