Html Css Color HEX #71A048 Asparagus

📋 copy color: '#71A048'

red 113 ◦ green 160 ◦ blue 72

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

Shades of Asparagus #71A048

Tints of Asparagus #71A048

RGB

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

 GREEN value IS 160 (62.89% from 255) = 46.38%

 BLUE value IS 72 (28.52% from 255) = 20.87%

R = 32.75%
G = 46.38%
B = 20.87%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#71A048 (or 0x71A048) is known color: Asparagus. HEX triplet: 71, A0 and 48. RGB value is (113,160,72). Sum of RGB (Red+Green+Blue) = 113+160+72=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 160 (62.89% from 255 or 46.38% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 160 - color contains mainly: green. Hex color #71A048 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71A048 is #8E5FB7. Grayscale: #888888. Windows color (decimal): -9330616 or 4759665. OLE color: 4759665.

HSL color Cylindrical-coordinate representation of color #71A048: hue angle of 92.05º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71A048 is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB 113 160 72 -
CMYK 0.29 0 0.55 0.37
HSL 92.05º 0.38% 0.45% -
HSV(B) 92.05º 0.55% 0.63% -
XYZ 20.55 29.12 10.67 -
YUV 135.92 91.93 111.66 -
System Red Green Blue C M Y K H S L
Decimal 113 160 72 0.29 0 0.55 0.37 92.05 0.38 0.45
Hex 71 A0 48 1D 0 37 25 5C 26 2D
Octal 161 240 110 35 0 67 45 134 46 55
Binary 1110001 10100000 1001000 11101 0 110111 100101 1011100 100110 101101

Color Harmonies of #71A048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A048

Black with #71A048

Text Example


Text Example

White with #71A048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71A048; }

 p { color: rgb(113,160,72); }

 H1.HeaderClassName
 {
   color: #71A048;
 }
 .AnyTagClassName
 {
   color: #71A048;
 }
</style>

background-color css

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

 a { background-color: rgb(113,160,72); }

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

border-color css

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

 span { border-color: rgb(113,160,72); }

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