#74944C

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

Shades of Asparagus #74944C

Tints of Asparagus #74944C

Color information

#74944C (or 0x74944C) is unknown color: approx Asparagus. HEX triplet: 74, 94 and 4C. RGB value is (116,148,76). Sum of RGB (Red+Green+Blue) = 116+148+76=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 148 (58.20% from 255 or 43.53% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 148 - color contains mainly: green. Hex color #74944C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74944C is #8B6BB3. Grayscale: #828282. Windows color (decimal): -9137076 or 5018740. OLE color: 5018740.

HSL color Cylindrical-coordinate representation of color #74944C: hue angle of 86.67º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74944C is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB11614876-
CMYK0.2200.490.42
HSL86.67º32.14%43.92%-
HSV(B)86.67º48.65%58.04%-
XYZ19.125.4110.74-
YUV130.2297.4117.85-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.12%
GREEN value IS 148 (58.20% from 255) = 43.53%
BLUE value IS 76 (30.08% from 255) = 22.35%
R=34.12%
G=43.53%
B=22.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116148760.2200.490.4286.6732.1443.92
Hex74944C160312A57202c
Octal16422411426061521274054
Binary11101001001010010011001011001100011010101010111100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74944C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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