#72A248

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

Shades of Asparagus #72A248

Tints of Asparagus #72A248

Color information

#72A248 (or 0x72A248) is unknown color: approx Asparagus. HEX triplet: 72, A2 and 48. RGB value is (114,162,72). Sum of RGB (Red+Green+Blue) = 114+162+72=348 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.76% from 348); Green value is 162 (63.67% from 255 or 46.55% from 348); Blue value is 72 (28.52% from 255 or 20.69% from 348); Max value from RGB is 162 - color contains mainly: green. Hex color #72A248 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72A248 is #8D5DB7. Grayscale: #898989. Windows color (decimal): -9264568 or 4760178. OLE color: 4760178.

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

Color convert

RGB11416272-
CMYK0.3000.560.36
HSL92º38.46%45.88%-
HSV(B)92º55.56%63.53%-
XYZ21.0329.8910.79-
YUV137.3991.1111.32-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.76%
GREEN value IS 162 (63.67% from 255) = 46.55%
BLUE value IS 72 (28.52% from 255) = 20.69%
R=32.76%
G=46.55%
B=20.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal114162720.3000.560.369238.4645.88
Hex72A2481E038245c262e
Octal16224211036070441344656
Binary11100101010001010010001111001110001001001011100100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,162,72); }

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

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

 a { background-color: rgb(114,162,72); }

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

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

 span { border-color: rgb(114,162,72); }

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