#729650

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

Shades of Asparagus #729650

Tints of Asparagus #729650

Color information

#729650 (or 0x729650) is unknown color: approx Asparagus. HEX triplet: 72, 96 and 50. RGB value is (114,150,80). Sum of RGB (Red+Green+Blue) = 114+150+80=344 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.14% from 344); Green value is 150 (58.98% from 255 or 43.60% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 150 - color contains mainly: green. Hex color #729650 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729650 is #8D69AF. Grayscale: #838383. Windows color (decimal): -9267632 or 5281394. OLE color: 5281394.

HSL color Cylindrical-coordinate representation of color #729650: hue angle of 90.86º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #729650 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB11415080-
CMYK0.2400.470.41
HSL90.86º30.43%45.1%-
HSV(B)90.86º46.67%58.82%-
XYZ19.2925.9711.59-
YUV131.2699.07115.69-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.14%
GREEN value IS 150 (58.98% from 255) = 43.60%
BLUE value IS 80 (31.64% from 255) = 23.26%
R=33.14%
G=43.60%
B=23.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal114150800.2400.470.4190.8630.4345.1
Hex7296501802F295b1e2d
Octal16222612030057511333655
Binary1110010100101101010000110000101111101001101101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729650; }

 p { color: rgb(114,150,80); }

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

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

 a { background-color: rgb(114,150,80); }

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

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

 span { border-color: rgb(114,150,80); }

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