#72A144

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

Shades of Asparagus #72A144

Tints of Asparagus #72A144

Color information

#72A144 (or 0x72A144) is unknown color: approx Asparagus. HEX triplet: 72, A1 and 44. RGB value is (114,161,68). Sum of RGB (Red+Green+Blue) = 114+161+68=343 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.24% from 343); Green value is 161 (63.28% from 255 or 46.94% from 343); Blue value is 68 (26.95% from 255 or 19.83% from 343); Max value from RGB is 161 - color contains mainly: green. Hex color #72A144 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72A144 is #8D5EBB. Grayscale: #888888. Windows color (decimal): -9264828 or 4497778. OLE color: 4497778.

HSL color Cylindrical-coordinate representation of color #72A144: hue angle of 90.32º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #72A144 is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.37.

Color convert

RGB11416168-
CMYK0.2900.580.37
HSL90.32º40.61%44.9%-
HSV(B)90.32º57.76%63.14%-
XYZ20.7329.4810.07-
YUV136.3489.43112.06-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.24%
GREEN value IS 161 (63.28% from 255) = 46.94%
BLUE value IS 68 (26.95% from 255) = 19.83%
R=33.24%
G=46.94%
B=19.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal114161680.2900.580.3790.3240.6144.9
Hex72A1441D03A255a292d
Octal16224110435072451325155
Binary11100101010000110001001110101110101001011011010101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,161,68); }

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

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

 a { background-color: rgb(114,161,68); }

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

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

 span { border-color: rgb(114,161,68); }

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