#72A451

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

Shades of Asparagus #72A451

Tints of Asparagus #72A451

Color information

#72A451 (or 0x72A451) is unknown color: approx Asparagus. HEX triplet: 72, A4 and 51. RGB value is (114,164,81). Sum of RGB (Red+Green+Blue) = 114+164+81=359 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.75% from 359); Green value is 164 (64.45% from 255 or 45.68% from 359); Blue value is 81 (32.03% from 255 or 22.56% from 359); Max value from RGB is 164 - color contains mainly: green. Hex color #72A451 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A451 is #8D5BAE. Grayscale: #8B8B8B. Windows color (decimal): -9264047 or 5350514. OLE color: 5350514.

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

Color convert

RGB11416481-
CMYK0.3000.510.36
HSL96.14º33.88%48.04%-
HSV(B)96.14º50.61%64.31%-
XYZ21.730.7212.57-
YUV139.5994.94109.75-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.75%
GREEN value IS 164 (64.45% from 255) = 45.68%
BLUE value IS 81 (32.03% from 255) = 22.56%
R=31.75%
G=45.68%
B=22.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal114164810.3000.510.3696.1433.8848.04
Hex72A4511E03324602230
Octal16224412136063441404260
Binary11100101010010010100011111001100111001001100000100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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