Html Css Color HEX #49AC47 Fruit Salad

📋 copy color: '#49AC47'

red 73 ◦ green 172 ◦ blue 71

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

Shades of Fruit Salad #49AC47

Tints of Fruit Salad #49AC47

RGB

 RED value IS 73 (28.91% from 255) = 23.1%

 GREEN value IS 172 (67.58% from 255) = 54.43%

 BLUE value IS 71 (28.13% from 255) = 22.47%

R = 23.1%
G = 54.43%
B = 22.47%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#49AC47 (or 0x49AC47) is known color: Fruit Salad. HEX triplet: 49, AC and 47. RGB value is (73,172,71). Sum of RGB (Red+Green+Blue) = 73+172+71=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 172 (67.58% from 255 or 54.43% from 316); Blue value is 71 (28.12% from 255 or 22.47% from 316); Max value from RGB is 172 - color contains mainly: green. Hex color #49AC47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49AC47 is #B653B8. Grayscale: #838383. Windows color (decimal): -11948985 or 4697161. OLE color: 4697161.

HSL color Cylindrical-coordinate representation of color #49AC47: hue angle of 118.81º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49AC47 is Cyan = 0.58, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 172 71 -
CMYK 0.58 0 0.59 0.33
HSL 118.81º 0.42% 0.48% -
HSV(B) 118.81º 0.59% 0.67% -
XYZ 18.64 31.38 11.04 -
YUV 130.89 94.2 86.71 -
System Red Green Blue C M Y K H S L
Decimal 73 172 71 0.58 0 0.59 0.33 118.81 0.42 0.48
Hex 49 AC 47 3A 0 3B 21 77 2A 30
Octal 111 254 107 72 0 73 41 167 52 60
Binary 1001001 10101100 1000111 111010 0 111011 100001 1110111 101010 110000

Color Harmonies of #49AC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AC47

Black with #49AC47

Text Example


Text Example

White with #49AC47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49AC47; }

 p { color: rgb(73,172,71); }

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

background-color css

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

 a { background-color: rgb(73,172,71); }

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

border-color css

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

 span { border-color: rgb(73,172,71); }

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