#749752

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

Shades of Asparagus #749752

Tints of Asparagus #749752

Color information

#749752 (or 0x749752) is unknown color: approx Asparagus. HEX triplet: 74, 97 and 52. RGB value is (116,151,82). Sum of RGB (Red+Green+Blue) = 116+151+82=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 151 (59.38% from 255 or 43.27% from 349); Blue value is 82 (32.42% from 255 or 23.50% from 349); Max value from RGB is 151 - color contains mainly: green. Hex color #749752 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749752 is #8B68AD. Grayscale: #848484. Windows color (decimal): -9136302 or 5412724. OLE color: 5412724.

HSL color Cylindrical-coordinate representation of color #749752: hue angle of 90.43º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #749752 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.41.

Color convert

RGB11615182-
CMYK0.2300.460.41
HSL90.43º29.61%45.69%-
HSV(B)90.43º45.7%59.22%-
XYZ19.7926.4612.05-
YUV132.6799.4116.11-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.24%
GREEN value IS 151 (59.38% from 255) = 43.27%
BLUE value IS 82 (32.42% from 255) = 23.50%
R=33.24%
G=43.27%
B=23.50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal116151820.2300.460.4190.4329.6145.69
Hex7497521702E295a1e2e
Octal16422712227056511323656
Binary1110100100101111010010101110101110101001101101011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749752; }

 p { color: rgb(116,151,82); }

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

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

 a { background-color: rgb(116,151,82); }

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

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

 span { border-color: rgb(116,151,82); }

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