#74A44A

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

Shades of Asparagus #74A44A

Tints of Asparagus #74A44A

Color information

#74A44A (or 0x74A44A) is unknown color: approx Asparagus. HEX triplet: 74, A4 and 4A. RGB value is (116,164,74). Sum of RGB (Red+Green+Blue) = 116+164+74=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 164 (64.45% from 255 or 46.33% from 354); Blue value is 74 (29.30% from 255 or 20.90% from 354); Max value from RGB is 164 - color contains mainly: green. Hex color #74A44A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A44A is #8B5BB5. Grayscale: #8B8B8B. Windows color (decimal): -9132982 or 4891764. OLE color: 4891764.

HSL color Cylindrical-coordinate representation of color #74A44A: hue angle of 92º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74A44A is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB11616474-
CMYK0.2900.550.36
HSL92º37.82%46.67%-
HSV(B)92º54.88%64.31%-
XYZ21.7130.7611.27-
YUV139.3991.1111.32-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.77%
GREEN value IS 164 (64.45% from 255) = 46.33%
BLUE value IS 74 (29.30% from 255) = 20.90%
R=32.77%
G=46.33%
B=20.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal116164740.2900.550.369237.8246.67
Hex74A44A1D037245c262f
Octal16424411235067441344657
Binary11101001010010010010101110101101111001001011100100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A44A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74A44A; }

 p { color: rgb(116,164,74); }

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

<style>
 a { background-color: #74A44A; }

 a { background-color: rgb(116,164,74); }

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

<style>
 span { border-color: #74A44A; }

 span { border-color: rgb(116,164,74); }

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