#719852

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

Shades of Asparagus #719852

Tints of Asparagus #719852

Color information

#719852 (or 0x719852) is unknown color: approx Asparagus. HEX triplet: 71, 98 and 52. RGB value is (113,152,82). Sum of RGB (Red+Green+Blue) = 113+152+82=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 152 (59.77% from 255 or 43.80% from 347); Blue value is 82 (32.42% from 255 or 23.63% from 347); Max value from RGB is 152 - color contains mainly: green. Hex color #719852 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719852 is #8E67AD. Grayscale: #848484. Windows color (decimal): -9332654 or 5412977. OLE color: 5412977.

HSL color Cylindrical-coordinate representation of color #719852: hue angle of 93.43º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #719852 is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.40.

Color convert

RGB11315282-
CMYK0.2600.460.40
HSL93.43º29.91%45.88%-
HSV(B)93.43º46.05%59.61%-
XYZ19.5626.5812.08-
YUV132.3699.58114.19-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.56%
GREEN value IS 152 (59.77% from 255) = 43.80%
BLUE value IS 82 (32.42% from 255) = 23.63%
R=32.56%
G=43.80%
B=23.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal113152820.2600.460.4093.4329.9145.88
Hex7198521A02E285d1e2e
Octal16123012232056501353656
Binary1110001100110001010010110100101110101000101110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719852; }

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

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

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

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

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

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

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

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