#71A346

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

Shades of Asparagus #71A346

Tints of Asparagus #71A346

Color information

#71A346 (or 0x71A346) is unknown color: approx Asparagus. HEX triplet: 71, A3 and 46. RGB value is (113,163,70). Sum of RGB (Red+Green+Blue) = 113+163+70=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 163 (64.06% from 255 or 47.11% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 163 - color contains mainly: green. Hex color #71A346 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71A346 is #8E5CB9. Grayscale: #898989. Windows color (decimal): -9329850 or 4629361. OLE color: 4629361.

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

Color convert

RGB11316370-
CMYK0.3100.570.36
HSL92.26º39.91%45.69%-
HSV(B)92.26º57.06%63.92%-
XYZ21.0130.1510.51-
YUV137.4589.94110.56-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.66%
GREEN value IS 163 (64.06% from 255) = 47.11%
BLUE value IS 70 (27.73% from 255) = 20.23%
R=32.66%
G=47.11%
B=20.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal113163700.3100.570.3692.2639.9145.69
Hex71A3461F039245c282e
Octal16124310637071441345056
Binary11100011010001110001101111101110011001001011100101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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