#71944A

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

Shades of Asparagus #71944A

Tints of Asparagus #71944A

Color information

#71944A (or 0x71944A) is unknown color: approx Asparagus. HEX triplet: 71, 94 and 4A. RGB value is (113,148,74). Sum of RGB (Red+Green+Blue) = 113+148+74=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 148 (58.20% from 255 or 44.18% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 148 - color contains mainly: green. Hex color #71944A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71944A is #8E6BB5. Grayscale: #818181. Windows color (decimal): -9333686 or 4887665. OLE color: 4887665.

HSL color Cylindrical-coordinate representation of color #71944A: hue angle of 88.38º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71944A is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB11314874-
CMYK0.2400.500.42
HSL88.38º33.33%43.53%-
HSV(B)88.38º50%58.04%-
XYZ18.6425.1810.36-
YUV129.196.9116.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.73%
GREEN value IS 148 (58.20% from 255) = 44.18%
BLUE value IS 74 (29.30% from 255) = 22.09%
R=33.73%
G=44.18%
B=22.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal113148740.2400.500.4288.3833.3343.53
Hex71944A180322A58212c
Octal16122411230062521304154
Binary11100011001010010010101100001100101010101011000100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71944A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71944A; }

 p { color: rgb(113,148,74); }

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

<style>
 a { background-color: #71944A; }

 a { background-color: rgb(113,148,74); }

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

<style>
 span { border-color: #71944A; }

 span { border-color: rgb(113,148,74); }

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