Html Css Color HEX #749348 Asparagus

📋 copy color: '#749348'

red 116 ◦ green 147 ◦ blue 72

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

Shades of Asparagus #749348

Tints of Asparagus #749348

RGB

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

 GREEN value IS 147 (57.81% from 255) = 43.88%

 BLUE value IS 72 (28.52% from 255) = 21.49%

R = 34.63%
G = 43.88%
B = 21.49%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#749348 (or 0x749348) is known color: Asparagus. HEX triplet: 74, 93 and 48. RGB value is (116,147,72). Sum of RGB (Red+Green+Blue) = 116+147+72=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 147 (57.81% from 255 or 43.88% from 335); Blue value is 72 (28.52% from 255 or 21.49% from 335); Max value from RGB is 147 - color contains mainly: green. Hex color #749348 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749348 is #8B6CB7. Grayscale: #818181. Windows color (decimal): -9137336 or 4756340. OLE color: 4756340.

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

Color convert

RGB 116 147 72 -
CMYK 0.21 0 0.51 0.42
HSL 84.8º 0.34% 0.43% -
HSV(B) 84.8º 0.51% 0.58% -
XYZ 18.81 25.05 9.97 -
YUV 129.18 95.73 118.6 -
System Red Green Blue C M Y K H S L
Decimal 116 147 72 0.21 0 0.51 0.42 84.8 0.34 0.43
Hex 74 93 48 15 0 33 2A 55 22 2B
Octal 164 223 110 25 0 63 52 125 42 53
Binary 1110100 10010011 1001000 10101 0 110011 101010 1010101 100010 101011

Color Harmonies of #749348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749348

Black with #749348

Text Example


Text Example

White with #749348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749348; }

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

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

background-color css

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

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

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

border-color css

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

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

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