#749D4B

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

Shades of Asparagus #749D4B

Tints of Asparagus #749D4B

Color information

#749D4B (or 0x749D4B) is unknown color: approx Asparagus. HEX triplet: 74, 9D and 4B. RGB value is (116,157,75). Sum of RGB (Red+Green+Blue) = 116+157+75=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 157 (61.72% from 255 or 45.11% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 157 - color contains mainly: green. Hex color #749D4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749D4B is #8B62B4. Grayscale: #878787. Windows color (decimal): -9134773 or 4955508. OLE color: 4955508.

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

Color convert

RGB11615775-
CMYK0.2600.520.38
HSL90º35.34%45.49%-
HSV(B)90º52.23%61.57%-
XYZ20.5328.3311.04-
YUV135.3993.92114.17-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.33%
GREEN value IS 157 (61.72% from 255) = 45.11%
BLUE value IS 75 (29.69% from 255) = 21.55%
R=33.33%
G=45.11%
B=21.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal116157750.2600.520.389035.3445.49
Hex749D4B1A034265a232d
Octal16423511332064461324355
Binary11101001001110110010111101001101001001101011010100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,157,75); }

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

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

 a { background-color: rgb(116,157,75); }

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

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

 span { border-color: rgb(116,157,75); }

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