#719652

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

Shades of Asparagus #719652

Tints of Asparagus #719652

Color information

#719652 (or 0x719652) is unknown color: approx Asparagus. HEX triplet: 71, 96 and 52. RGB value is (113,150,82). Sum of RGB (Red+Green+Blue) = 113+150+82=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 150 (58.98% from 255 or 43.48% from 345); Blue value is 82 (32.42% from 255 or 23.77% from 345); Max value from RGB is 150 - color contains mainly: green. Hex color #719652 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719652 is #8E69AD. Grayscale: #838383. Windows color (decimal): -9333166 or 5412465. OLE color: 5412465.

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

Color convert

RGB11315082-
CMYK0.2500.450.41
HSL92.65º29.31%45.49%-
HSV(B)92.65º45.33%58.82%-
XYZ19.2425.9311.97-
YUV131.18100.24115.03-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.75%
GREEN value IS 150 (58.98% from 255) = 43.48%
BLUE value IS 82 (32.42% from 255) = 23.77%
R=32.75%
G=43.48%
B=23.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal113150820.2500.450.4192.6529.3145.49
Hex7196521902D295d1d2d
Octal16122612231055511353555
Binary1110001100101101010010110010101101101001101110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719652; }

 p { color: rgb(113,150,82); }

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

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

 a { background-color: rgb(113,150,82); }

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

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

 span { border-color: rgb(113,150,82); }

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