#749946

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

Shades of Asparagus #749946

Tints of Asparagus #749946

Color information

#749946 (or 0x749946) is unknown color: approx Asparagus. HEX triplet: 74, 99 and 46. RGB value is (116,153,70). Sum of RGB (Red+Green+Blue) = 116+153+70=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 153 (60.16% from 255 or 45.13% from 339); Blue value is 70 (27.73% from 255 or 20.65% from 339); Max value from RGB is 153 - color contains mainly: green. Hex color #749946 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749946 is #8B66B9. Grayscale: #848484. Windows color (decimal): -9135802 or 4626804. OLE color: 4626804.

HSL color Cylindrical-coordinate representation of color #749946: hue angle of 86.75º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #749946 is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.4.

Color convert

RGB11615370-
CMYK0.2400.540.4
HSL86.75º37.22%43.73%-
HSV(B)86.75º54.25%60%-
XYZ19.726.949.96-
YUV132.4892.74116.25-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.22%
GREEN value IS 153 (60.16% from 255) = 45.13%
BLUE value IS 70 (27.73% from 255) = 20.65%
R=34.22%
G=45.13%
B=20.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal116153700.2400.540.486.7537.2243.73
Hex749946180362857252c
Octal16423110630066501274554
Binary11101001001100110001101100001101101010001010111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749946; }

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

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

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

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

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

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

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

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