#749652

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

Shades of Asparagus #749652

Tints of Asparagus #749652

Color information

#749652 (or 0x749652) is unknown color: approx Asparagus. HEX triplet: 74, 96 and 52. RGB value is (116,150,82). Sum of RGB (Red+Green+Blue) = 116+150+82=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 150 (58.98% from 255 or 43.10% from 348); Blue value is 82 (32.42% from 255 or 23.56% from 348); Max value from RGB is 150 - color contains mainly: green. Hex color #749652 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749652 is #8B69AD. Grayscale: #848484. Windows color (decimal): -9136558 or 5412468. OLE color: 5412468.

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

Color convert

RGB11615082-
CMYK0.2300.450.41
HSL90º29.31%45.49%-
HSV(B)90º45.33%58.82%-
XYZ19.6326.1311.99-
YUV132.0899.74116.53-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.33%
GREEN value IS 150 (58.98% from 255) = 43.10%
BLUE value IS 82 (32.42% from 255) = 23.56%
R=33.33%
G=43.10%
B=23.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal116150820.2300.450.419029.3145.49
Hex7496521702D295a1d2d
Octal16422612227055511323555
Binary1110100100101101010010101110101101101001101101011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749652; }

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

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

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

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

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

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

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

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