#72A44D

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

Shades of Asparagus #72A44D

Tints of Asparagus #72A44D

Color information

#72A44D (or 0x72A44D) is unknown color: approx Asparagus. HEX triplet: 72, A4 and 4D. RGB value is (114,164,77). Sum of RGB (Red+Green+Blue) = 114+164+77=355 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.11% from 355); Green value is 164 (64.45% from 255 or 46.20% from 355); Blue value is 77 (30.47% from 255 or 21.69% from 355); Max value from RGB is 164 - color contains mainly: green. Hex color #72A44D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A44D is #8D5BB2. Grayscale: #8B8B8B. Windows color (decimal): -9264051 or 5088370. OLE color: 5088370.

HSL color Cylindrical-coordinate representation of color #72A44D: hue angle of 94.48º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72A44D is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB11416477-
CMYK0.3000.530.36
HSL94.48º36.1%47.25%-
HSV(B)94.48º53.05%64.31%-
XYZ21.5530.6611.8-
YUV139.1392.94110.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.11%
GREEN value IS 164 (64.45% from 255) = 46.20%
BLUE value IS 77 (30.47% from 255) = 21.69%
R=32.11%
G=46.20%
B=21.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal114164770.3000.530.3694.4836.147.25
Hex72A44D1E035245e242f
Octal16224411536065441364457
Binary11100101010010010011011111001101011001001011110100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A44D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72A44D; }

 p { color: rgb(114,164,77); }

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

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

 a { background-color: rgb(114,164,77); }

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

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

 span { border-color: rgb(114,164,77); }

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