#749648

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

Shades of Asparagus #749648

Tints of Asparagus #749648

Color information

#749648 (or 0x749648) is unknown color: approx Asparagus. HEX triplet: 74, 96 and 48. RGB value is (116,150,72). Sum of RGB (Red+Green+Blue) = 116+150+72=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 150 (58.98% from 255 or 44.38% from 338); Blue value is 72 (28.52% from 255 or 21.30% from 338); Max value from RGB is 150 - color contains mainly: green. Hex color #749648 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749648 is #8B69B7. Grayscale: #838383. Windows color (decimal): -9136568 or 4757108. OLE color: 4757108.

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

Color convert

RGB11615072-
CMYK0.2300.520.41
HSL86.15º35.14%43.53%-
HSV(B)86.15º52%58.82%-
XYZ19.2825.9910.13-
YUV130.9494.74117.34-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.32%
GREEN value IS 150 (58.98% from 255) = 44.38%
BLUE value IS 72 (28.52% from 255) = 21.30%
R=34.32%
G=44.38%
B=21.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal116150720.2300.520.4186.1535.1443.53
Hex749648170342956232c
Octal16422611027064511264354
Binary11101001001011010010001011101101001010011010110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749648; }

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

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

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

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

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

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

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

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