Html Css Color HEX #749549 Asparagus

📋 copy color: '#749549'

red 116 ◦ green 149 ◦ blue 73

#749549
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Asparagus #749549

Tints of Asparagus #749549

RGB

 RED value IS 116 (45.7% from 255) = 34.32%

 GREEN value IS 149 (58.59% from 255) = 44.08%

 BLUE value IS 73 (28.91% from 255) = 21.6%

R = 34.32%
G = 44.08%
B = 21.6%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#749549 (or 0x749549) is known color: Asparagus. HEX triplet: 74, 95 and 49. RGB value is (116,149,73). Sum of RGB (Red+Green+Blue) = 116+149+73=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 149 (58.59% from 255 or 44.08% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 149 - color contains mainly: green. Hex color #749549 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749549 is #8B6AB6. Grayscale: #828282. Windows color (decimal): -9136823 or 4822388. OLE color: 4822388.

HSL color Cylindrical-coordinate representation of color #749549: hue angle of 86.05º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #749549 is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 149 73 -
CMYK 0.22 0 0.51 0.42
HSL 86.05º 0.34% 0.44% -
HSV(B) 86.05º 0.51% 0.58% -
XYZ 19.15 25.69 10.25 -
YUV 130.47 95.57 117.68 -
System Red Green Blue C M Y K H S L
Decimal 116 149 73 0.22 0 0.51 0.42 86.05 0.34 0.44
Hex 74 95 49 16 0 33 2A 56 22 2C
Octal 164 225 111 26 0 63 52 126 42 54
Binary 1110100 10010101 1001001 10110 0 110011 101010 1010110 100010 101100

Color Harmonies of #749549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749549

Black with #749549

Text Example


Text Example

White with #749549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749549; }

 p { color: rgb(116,149,73); }

 H1.HeaderClassName
 {
   color: #749549;
 }
 .AnyTagClassName
 {
   color: #749549;
 }
</style>

background-color css

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

 a { background-color: rgb(116,149,73); }

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

border-color css

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

 span { border-color: rgb(116,149,73); }

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