Html Css Color HEX #719B53 Asparagus

📋 copy color: '#719B53'

red 113 ◦ green 155 ◦ blue 83

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

Shades of Asparagus #719B53

Tints of Asparagus #719B53

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.16%

 BLUE value IS 83 (32.81% from 255) = 23.65%

R = 32.19%
G = 44.16%
B = 23.65%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.46

 K value IS 0.39

RGB Variations

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

Color information

#719B53 (or 0x719B53) is known color: Asparagus. HEX triplet: 71, 9B and 53. RGB value is (113,155,83). Sum of RGB (Red+Green+Blue) = 113+155+83=351 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.19% from 351); Green value is 155 (60.94% from 255 or 44.16% from 351); Blue value is 83 (32.81% from 255 or 23.65% from 351); Max value from RGB is 155 - color contains mainly: green. Hex color #719B53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719B53 is #8E64AC. Grayscale: #868686. Windows color (decimal): -9331885 or 5479281. OLE color: 5479281.

HSL color Cylindrical-coordinate representation of color #719B53: hue angle of 95º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #719B53 is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.39.

Color convert

RGB 113 155 83 -
CMYK 0.27 0 0.46 0.39
HSL 95º 0.3% 0.47% -
HSV(B) 95º 0.46% 0.61% -
XYZ 20.09 27.58 12.45 -
YUV 134.23 99.09 112.85 -
System Red Green Blue C M Y K H S L
Decimal 113 155 83 0.27 0 0.46 0.39 95 0.3 0.47
Hex 71 9B 53 1B 0 2E 27 5F 1E 2F
Octal 161 233 123 33 0 56 47 137 36 57
Binary 1110001 10011011 1010011 11011 0 101110 100111 1011111 11110 101111

Color Harmonies of #719B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719B53

Black with #719B53

Text Example


Text Example

White with #719B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719B53; }

 p { color: rgb(113,155,83); }

 H1.HeaderClassName
 {
   color: #719B53;
 }
 .AnyTagClassName
 {
   color: #719B53;
 }
</style>

background-color css

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

 a { background-color: rgb(113,155,83); }

 div.DivClassName
 {
   background-color: #719B53;
 }
 .BgClassName
 {
   background-color: #719B53;
 }
</style>

border-color css

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

 span { border-color: rgb(113,155,83); }

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