#749E4C

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

Shades of Asparagus #749E4C

Tints of Asparagus #749E4C

Color information

#749E4C (or 0x749E4C) is unknown color: approx Asparagus. HEX triplet: 74, 9E and 4C. RGB value is (116,158,76). Sum of RGB (Red+Green+Blue) = 116+158+76=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 158 (62.11% from 255 or 45.14% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 158 - color contains mainly: green. Hex color #749E4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749E4C is #8B61B3. Grayscale: #888888. Windows color (decimal): -9134516 or 5021300. OLE color: 5021300.

HSL color Cylindrical-coordinate representation of color #749E4C: hue angle of 90.73º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #749E4C is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.38.

Color convert

RGB11615876-
CMYK0.2700.520.38
HSL90.73º35.04%45.88%-
HSV(B)90.73º51.9%61.96%-
XYZ20.7328.6911.28-
YUV136.0994.09113.67-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.14%
GREEN value IS 158 (62.11% from 255) = 45.14%
BLUE value IS 76 (30.08% from 255) = 21.71%
R=33.14%
G=45.14%
B=21.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal116158760.2700.520.3890.7335.0445.88
Hex749E4C1B034265b232e
Octal16423611433064461334356
Binary11101001001111010011001101101101001001101011011100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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