#74A45D

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

Shades of Asparagus #74A45D

Tints of Asparagus #74A45D

Color information

#74A45D (or 0x74A45D) is unknown color: approx Asparagus. HEX triplet: 74, A4 and 5D. RGB value is (116,164,93). Sum of RGB (Red+Green+Blue) = 116+164+93=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 164 (64.45% from 255 or 43.97% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 164 - color contains mainly: green. Hex color #74A45D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A45D is #8B5BA2. Grayscale: #8D8D8D. Windows color (decimal): -9132963 or 6136948. OLE color: 6136948.

HSL color Cylindrical-coordinate representation of color #74A45D: hue angle of 100.56º 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 #74A45D is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB11616493-
CMYK0.2900.430.36
HSL100.56º28.06%50.39%-
HSV(B)100.56º43.29%64.31%-
XYZ22.4531.0515.17-
YUV141.55100.6109.77-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.10%
GREEN value IS 164 (64.45% from 255) = 43.97%
BLUE value IS 93 (36.72% from 255) = 24.93%
R=31.10%
G=43.97%
B=24.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal116164930.2900.430.36100.5628.0650.39
Hex74A45D1D02B24651c32
Octal16424413535053441453462
Binary1110100101001001011101111010101011100100110010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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