#749346

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

Shades of Asparagus #749346

Tints of Asparagus #749346

Color information

#749346 (or 0x749346) is unknown color: approx Asparagus. HEX triplet: 74, 93 and 46. RGB value is (116,147,70). Sum of RGB (Red+Green+Blue) = 116+147+70=333 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.83% from 333); Green value is 147 (57.81% from 255 or 44.14% from 333); Blue value is 70 (27.73% from 255 or 21.02% from 333); Max value from RGB is 147 - color contains mainly: green. Hex color #749346 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749346 is #8B6CB9. Grayscale: #818181. Windows color (decimal): -9137338 or 4625268. OLE color: 4625268.

HSL color Cylindrical-coordinate representation of color #749346: hue angle of 84.16º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #749346 is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB11614770-
CMYK0.2100.520.42
HSL84.16º35.48%42.55%-
HSV(B)84.16º52.38%57.65%-
XYZ18.7425.029.64-
YUV128.9594.73118.76-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.83%
GREEN value IS 147 (57.81% from 255) = 44.14%
BLUE value IS 70 (27.73% from 255) = 21.02%
R=34.83%
G=44.14%
B=21.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116147700.2100.520.4284.1635.4842.55
Hex749346150342A54232b
Octal16422310625064521244353
Binary11101001001001110001101010101101001010101010100100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749346; }

 p { color: rgb(116,147,70); }

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

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

 a { background-color: rgb(116,147,70); }

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

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

 span { border-color: rgb(116,147,70); }

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