#71A35D

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

Shades of Asparagus #71A35D

Tints of Asparagus #71A35D

Color information

#71A35D (or 0x71A35D) is unknown color: approx Asparagus. HEX triplet: 71, A3 and 5D. RGB value is (113,163,93). Sum of RGB (Red+Green+Blue) = 113+163+93=369 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.62% from 369); Green value is 163 (64.06% from 255 or 44.17% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 163 - color contains mainly: green. Hex color #71A35D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A35D is #8E5CA2. Grayscale: #8C8C8C. Windows color (decimal): -9329827 or 6136689. OLE color: 6136689.

HSL color Cylindrical-coordinate representation of color #71A35D: hue angle of 102.86º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #71A35D is Cyan = 0.31, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB11316393-
CMYK0.3100.430.36
HSL102.86º27.56%50.2%-
HSV(B)102.86º42.94%63.92%-
XYZ21.8830.515.09-
YUV140.07101.44108.69-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.62%
GREEN value IS 163 (64.06% from 255) = 44.17%
BLUE value IS 93 (36.72% from 255) = 25.20%
R=30.62%
G=44.17%
B=25.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal113163930.3100.430.36102.8627.5650.2
Hex71A35D1F02B24671c32
Octal16124313537053441473462
Binary1110001101000111011101111110101011100100110011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,163,93); }

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

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

 a { background-color: rgb(113,163,93); }

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

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

 span { border-color: rgb(113,163,93); }

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