#71A558

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

Shades of Asparagus #71A558

Tints of Asparagus #71A558

Color information

#71A558 (or 0x71A558) is unknown color: approx Asparagus. HEX triplet: 71, A5 and 58. RGB value is (113,165,88). Sum of RGB (Red+Green+Blue) = 113+165+88=366 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.87% from 366); Green value is 165 (64.84% from 255 or 45.08% from 366); Blue value is 88 (34.77% from 255 or 24.04% from 366); Max value from RGB is 165 - color contains mainly: green. Hex color #71A558 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A558 is #8E5AA7. Grayscale: #8C8C8C. Windows color (decimal): -9329320 or 5809521. OLE color: 5809521.

HSL color Cylindrical-coordinate representation of color #71A558: hue angle of 100.52º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71A558 is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB11316588-
CMYK0.3200.470.35
HSL100.52º30.43%49.61%-
HSV(B)100.52º46.67%64.71%-
XYZ22.0331.1314.08-
YUV140.6798.27108.26-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.87%
GREEN value IS 165 (64.84% from 255) = 45.08%
BLUE value IS 88 (34.77% from 255) = 24.04%
R=30.87%
G=45.08%
B=24.04%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal113165880.3200.470.35100.5230.4349.61
Hex71A5582002F23651e32
Octal16124513040057431453662
Binary11100011010010110110001000000101111100011110010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,165,88); }

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

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

 a { background-color: rgb(113,165,88); }

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

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

 span { border-color: rgb(113,165,88); }

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