#71A042

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

Shades of Asparagus #71A042

Tints of Asparagus #71A042

Color information

#71A042 (or 0x71A042) is unknown color: approx Asparagus. HEX triplet: 71, A0 and 42. RGB value is (113,160,66). Sum of RGB (Red+Green+Blue) = 113+160+66=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 160 (62.89% from 255 or 47.20% from 339); Blue value is 66 (26.17% from 255 or 19.47% from 339); Max value from RGB is 160 - color contains mainly: green. Hex color #71A042 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71A042 is #8E5FBD. Grayscale: #878787. Windows color (decimal): -9330622 or 4366449. OLE color: 4366449.

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

Color convert

RGB11316066-
CMYK0.2900.590.37
HSL90º41.59%44.31%-
HSV(B)90º58.75%62.75%-
XYZ20.3629.059.69-
YUV135.2388.93112.14-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.33%
GREEN value IS 160 (62.89% from 255) = 47.20%
BLUE value IS 66 (26.17% from 255) = 19.47%
R=33.33%
G=47.20%
B=19.47%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal113160660.2900.590.379041.5944.31
Hex71A0421D03B255a2a2c
Octal16124010235073451325254
Binary11100011010000010000101110101110111001011011010101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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