#74A04C

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

Shades of Asparagus #74A04C

Tints of Asparagus #74A04C

Color information

#74A04C (or 0x74A04C) is unknown color: approx Asparagus. HEX triplet: 74, A0 and 4C. RGB value is (116,160,76). Sum of RGB (Red+Green+Blue) = 116+160+76=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 160 (62.89% from 255 or 45.45% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 160 - color contains mainly: green. Hex color #74A04C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A04C is #8B5FB3. Grayscale: #898989. Windows color (decimal): -9134004 or 5021812. OLE color: 5021812.

HSL color Cylindrical-coordinate representation of color #74A04C: hue angle of 91.43º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74A04C is Cyan = 0.28, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB11616076-
CMYK0.2800.520.37
HSL91.43º35.59%46.27%-
HSV(B)91.43º52.5%62.75%-
XYZ21.0829.3811.4-
YUV137.2793.42112.83-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.95%
GREEN value IS 160 (62.89% from 255) = 45.45%
BLUE value IS 76 (30.08% from 255) = 21.59%
R=32.95%
G=45.45%
B=21.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal116160760.2800.520.3791.4335.5946.27
Hex74A04C1C034255b242e
Octal16424011434064451334456
Binary11101001010000010011001110001101001001011011011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A04C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,160,76); }

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

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

 a { background-color: rgb(116,160,76); }

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

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

 span { border-color: rgb(116,160,76); }

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