#749E53

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

Shades of Asparagus #749E53

Tints of Asparagus #749E53

Color information

#749E53 (or 0x749E53) is unknown color: approx Asparagus. HEX triplet: 74, 9E and 53. RGB value is (116,158,83). Sum of RGB (Red+Green+Blue) = 116+158+83=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 158 (62.11% from 255 or 44.26% from 357); Blue value is 83 (32.81% from 255 or 23.25% from 357); Max value from RGB is 158 - color contains mainly: green. Hex color #749E53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749E53 is #8B61AC. Grayscale: #898989. Windows color (decimal): -9134509 or 5480052. OLE color: 5480052.

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

Color convert

RGB11615883-
CMYK0.2700.470.38
HSL93.6º31.12%47.25%-
HSV(B)93.6º47.47%61.96%-
XYZ20.9928.7912.63-
YUV136.8997.59113.1-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.49%
GREEN value IS 158 (62.11% from 255) = 44.26%
BLUE value IS 83 (32.81% from 255) = 23.25%
R=32.49%
G=44.26%
B=23.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal116158830.2700.470.3893.631.1247.25
Hex749E531B02F265e1f2f
Octal16423612333057461363757
Binary1110100100111101010011110110101111100110101111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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