#74944A

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

Shades of Asparagus #74944A

Tints of Asparagus #74944A

Color information

#74944A (or 0x74944A) is unknown color: approx Asparagus. HEX triplet: 74, 94 and 4A. RGB value is (116,148,74). Sum of RGB (Red+Green+Blue) = 116+148+74=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 148 (58.20% from 255 or 43.79% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 148 - color contains mainly: green. Hex color #74944A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74944A is #8B6BB5. Grayscale: #828282. Windows color (decimal): -9137078 or 4887668. OLE color: 4887668.

HSL color Cylindrical-coordinate representation of color #74944A: hue angle of 85.95º 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 #74944A is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB11614874-
CMYK0.2200.500.42
HSL85.95º33.33%43.53%-
HSV(B)85.95º50%58.04%-
XYZ19.0325.3910.38-
YUV13096.4118.02-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.32%
GREEN value IS 148 (58.20% from 255) = 43.79%
BLUE value IS 74 (29.30% from 255) = 21.89%
R=34.32%
G=43.79%
B=21.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116148740.2200.500.4285.9533.3343.53
Hex74944A160322A56212c
Octal16422411226062521264154
Binary11101001001010010010101011001100101010101010110100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74944A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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