#72A952

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

Shades of Asparagus #72A952

Tints of Asparagus #72A952

Color information

#72A952 (or 0x72A952) is unknown color: approx Asparagus. HEX triplet: 72, A9 and 52. RGB value is (114,169,82). Sum of RGB (Red+Green+Blue) = 114+169+82=365 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.23% from 365); Green value is 169 (66.41% from 255 or 46.30% from 365); Blue value is 82 (32.42% from 255 or 22.47% from 365); Max value from RGB is 169 - color contains mainly: green. Hex color #72A952 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A952 is #8D56AD. Grayscale: #8E8E8E. Windows color (decimal): -9262766 or 5417330. OLE color: 5417330.

HSL color Cylindrical-coordinate representation of color #72A952: hue angle of 97.93º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72A952 is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.34.

Color convert

RGB11416982-
CMYK0.3300.510.34
HSL97.93º34.66%49.22%-
HSV(B)97.93º51.48%66.27%-
XYZ22.6532.5613.07-
YUV142.6493.78107.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.23%
GREEN value IS 169 (66.41% from 255) = 46.30%
BLUE value IS 82 (32.42% from 255) = 22.47%
R=31.23%
G=46.30%
B=22.47%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal114169820.3300.510.3497.9334.6649.22
Hex72A9522103322622331
Octal16225112241063421424361
Binary111001010101001101001010000101100111000101100010100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,169,82); }

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

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

 a { background-color: rgb(114,169,82); }

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

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

 span { border-color: rgb(114,169,82); }

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