#749E45

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

Shades of Asparagus #749E45

Tints of Asparagus #749E45

Color information

#749E45 (or 0x749E45) is unknown color: approx Asparagus. HEX triplet: 74, 9E and 45. RGB value is (116,158,69). Sum of RGB (Red+Green+Blue) = 116+158+69=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 158 (62.11% from 255 or 46.06% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 158 - color contains mainly: green. Hex color #749E45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749E45 is #8B61BA. Grayscale: #878787. Windows color (decimal): -9134523 or 4562548. OLE color: 4562548.

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

Color convert

RGB11615869-
CMYK0.2700.560.38
HSL88.31º39.21%44.51%-
HSV(B)88.31º56.33%61.96%-
XYZ20.528.610.07-
YUV135.390.59114.24-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.82%
GREEN value IS 158 (62.11% from 255) = 46.06%
BLUE value IS 69 (27.34% from 255) = 20.12%
R=33.82%
G=46.06%
B=20.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal116158690.2700.560.3888.3139.2144.51
Hex749E451B0382658272d
Octal16423610533070461304755
Binary11101001001111010001011101101110001001101011000100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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