#749B51

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

Shades of Asparagus #749B51

Tints of Asparagus #749B51

Color information

#749B51 (or 0x749B51) is unknown color: approx Asparagus. HEX triplet: 74, 9B and 51. RGB value is (116,155,81). Sum of RGB (Red+Green+Blue) = 116+155+81=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 155 (60.94% from 255 or 44.03% from 352); Blue value is 81 (32.03% from 255 or 23.01% from 352); Max value from RGB is 155 - color contains mainly: green. Hex color #749B51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749B51 is #8B64AE. Grayscale: #878787. Windows color (decimal): -9135279 or 5348212. OLE color: 5348212.

HSL color Cylindrical-coordinate representation of color #749B51: hue angle of 91.62º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #749B51 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.39.

Color convert

RGB11615581-
CMYK0.2500.480.39
HSL91.62º31.36%46.27%-
HSV(B)91.62º47.74%60.78%-
XYZ20.4127.7512.07-
YUV134.997.58114.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.95%
GREEN value IS 155 (60.94% from 255) = 44.03%
BLUE value IS 81 (32.03% from 255) = 23.01%
R=32.95%
G=44.03%
B=23.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal116155810.2500.480.3991.6231.3646.27
Hex749B5119030275c1f2e
Octal16423312131060471343756
Binary1110100100110111010001110010110000100111101110011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749B51; }

 p { color: rgb(116,155,81); }

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

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

 a { background-color: rgb(116,155,81); }

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

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

 span { border-color: rgb(116,155,81); }

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