#72944B

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

Shades of Asparagus #72944B

Tints of Asparagus #72944B

Color information

#72944B (or 0x72944B) is unknown color: approx Asparagus. HEX triplet: 72, 94 and 4B. RGB value is (114,148,75). Sum of RGB (Red+Green+Blue) = 114+148+75=337 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.83% from 337); Green value is 148 (58.20% from 255 or 43.92% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 148 - color contains mainly: green. Hex color #72944B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72944B is #8D6BB4. Grayscale: #818181. Windows color (decimal): -9268149 or 4953202. OLE color: 4953202.

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

Color convert

RGB11414875-
CMYK0.2300.490.42
HSL87.95º32.74%43.73%-
HSV(B)87.95º49.32%58.04%-
XYZ18.825.2710.54-
YUV129.5197.24116.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.83%
GREEN value IS 148 (58.20% from 255) = 43.92%
BLUE value IS 75 (29.69% from 255) = 22.26%
R=33.83%
G=43.92%
B=22.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal114148750.2300.490.4287.9532.7443.73
Hex72944B170312A58212c
Octal16222411327061521304154
Binary11100101001010010010111011101100011010101011000100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72944B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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