#72A44B

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

Shades of Asparagus #72A44B

Tints of Asparagus #72A44B

Color information

#72A44B (or 0x72A44B) is unknown color: approx Asparagus. HEX triplet: 72, A4 and 4B. RGB value is (114,164,75). Sum of RGB (Red+Green+Blue) = 114+164+75=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 164 (64.45% from 255 or 46.46% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 164 - color contains mainly: green. Hex color #72A44B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72A44B is #8D5BB4. Grayscale: #8B8B8B. Windows color (decimal): -9264053 or 4957298. OLE color: 4957298.

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

Color convert

RGB11416475-
CMYK0.3000.540.36
HSL93.71º37.24%46.86%-
HSV(B)93.71º54.27%64.31%-
XYZ21.4830.6411.44-
YUV138.991.94110.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.29%
GREEN value IS 164 (64.45% from 255) = 46.46%
BLUE value IS 75 (29.69% from 255) = 21.25%
R=32.29%
G=46.46%
B=21.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal114164750.3000.540.3693.7137.2446.86
Hex72A44B1E036245e252f
Octal16224411336066441364557
Binary11100101010010010010111111001101101001001011110100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A44B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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