#749E4B

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

Shades of Asparagus #749E4B

Tints of Asparagus #749E4B

Color information

#749E4B (or 0x749E4B) is unknown color: approx Asparagus. HEX triplet: 74, 9E and 4B. RGB value is (116,158,75). Sum of RGB (Red+Green+Blue) = 116+158+75=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 158 (62.11% from 255 or 45.27% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 158 - color contains mainly: green. Hex color #749E4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749E4B is #8B61B4. Grayscale: #888888. Windows color (decimal): -9134517 or 4955764. OLE color: 4955764.

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

Color convert

RGB11615875-
CMYK0.2700.530.38
HSL90.36º35.62%45.69%-
HSV(B)90.36º52.53%61.96%-
XYZ20.728.6711.1-
YUV135.9893.59113.75-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.24%
GREEN value IS 158 (62.11% from 255) = 45.27%
BLUE value IS 75 (29.69% from 255) = 21.49%
R=33.24%
G=45.27%
B=21.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal116158750.2700.530.3890.3635.6245.69
Hex749E4B1B035265a242e
Octal16423611333065461324456
Binary11101001001111010010111101101101011001101011010100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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