#72944A

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

Shades of Asparagus #72944A

Tints of Asparagus #72944A

Color information

#72944A (or 0x72944A) is unknown color: approx Asparagus. HEX triplet: 72, 94 and 4A. RGB value is (114,148,74). Sum of RGB (Red+Green+Blue) = 114+148+74=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 148 (58.20% from 255 or 44.05% from 336); Blue value is 74 (29.30% from 255 or 22.02% from 336); Max value from RGB is 148 - color contains mainly: green. Hex color #72944A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72944A is #8D6BB5. Grayscale: #818181. Windows color (decimal): -9268150 or 4887666. OLE color: 4887666.

HSL color Cylindrical-coordinate representation of color #72944A: hue angle of 87.57º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72944A is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB11414874-
CMYK0.2300.500.42
HSL87.57º33.33%43.53%-
HSV(B)87.57º50%58.04%-
XYZ18.7725.2510.36-
YUV129.496.74117.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.93%
GREEN value IS 148 (58.20% from 255) = 44.05%
BLUE value IS 74 (29.30% from 255) = 22.02%
R=33.93%
G=44.05%
B=22.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal114148740.2300.500.4287.5733.3343.53
Hex72944A170322A58212c
Octal16222411227062521304154
Binary11100101001010010010101011101100101010101011000100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72944A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72944A; }

 p { color: rgb(114,148,74); }

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

<style>
 a { background-color: #72944A; }

 a { background-color: rgb(114,148,74); }

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

<style>
 span { border-color: #72944A; }

 span { border-color: rgb(114,148,74); }

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