Html Css Color HEX #719852 Asparagus

📋 copy color: '#719852'

red 113 ◦ green 152 ◦ blue 82

#719852
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Asparagus #719852

Tints of Asparagus #719852

RGB

 RED value IS 113 (44.53% from 255) = 32.56%

 GREEN value IS 152 (59.77% from 255) = 43.8%

 BLUE value IS 82 (32.42% from 255) = 23.63%

R = 32.56%
G = 43.8%
B = 23.63%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.46

 K value IS 0.40

RGB Variations

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

Color information

#719852 (or 0x719852) is known color: 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

RGB 113 152 82 -
CMYK 0.26 0 0.46 0.40
HSL 93.43º 0.3% 0.46% -
HSV(B) 93.43º 0.46% 0.6% -
XYZ 19.56 26.58 12.08 -
YUV 132.36 99.58 114.19 -
System Red Green Blue C M Y K H S L
Decimal 113 152 82 0.26 0 0.46 0.40 93.43 0.3 0.46
Hex 71 98 52 1A 0 2E 28 5D 1E 2E
Octal 161 230 122 32 0 56 50 135 36 56
Binary 1110001 10011000 1010010 11010 0 101110 101000 1011101 11110 101110

Color Harmonies of #719852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719852

Black with #719852

Text Example


Text Example

White with #719852

Text Example


Text Example

HTML Codes & Css Web 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>