#749247

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

Shades of Asparagus #749247

Tints of Asparagus #749247

Color information

#749247 (or 0x749247) is unknown color: approx Asparagus. HEX triplet: 74, 92 and 47. RGB value is (116,146,71). Sum of RGB (Red+Green+Blue) = 116+146+71=333 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.83% from 333); Green value is 146 (57.42% from 255 or 43.84% from 333); Blue value is 71 (28.12% from 255 or 21.32% from 333); Max value from RGB is 146 - color contains mainly: green. Hex color #749247 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749247 is #8B6DB8. Grayscale: #808080. Windows color (decimal): -9137593 or 4690548. OLE color: 4690548.

HSL color Cylindrical-coordinate representation of color #749247: hue angle of 84º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #749247 is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.43.

Color convert

RGB11614671-
CMYK0.2100.510.43
HSL84º34.56%42.55%-
HSV(B)84º51.37%57.25%-
XYZ18.6224.739.75-
YUV128.4895.56119.1-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.83%
GREEN value IS 146 (57.42% from 255) = 43.84%
BLUE value IS 71 (28.12% from 255) = 21.32%
R=34.83%
G=43.84%
B=21.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal116146710.2100.510.438434.5642.55
Hex749247150332B54232b
Octal16422210725063531244353
Binary11101001001001010001111010101100111010111010100100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749247; }

 p { color: rgb(116,146,71); }

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

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

 a { background-color: rgb(116,146,71); }

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

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

 span { border-color: rgb(116,146,71); }

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