Html Css Color HEX #49A24F Fruit Salad

📋 copy color: '#49A24F'

red 73 ◦ green 162 ◦ blue 79

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

Shades of Fruit Salad #49A24F

Tints of Fruit Salad #49A24F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 51.59%

 BLUE value IS 79 (31.25% from 255) = 25.16%

R = 23.25%
G = 51.59%
B = 25.16%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#49A24F (or 0x49A24F) is known color: Fruit Salad. HEX triplet: 49, A2 and 4F. RGB value is (73,162,79). Sum of RGB (Red+Green+Blue) = 73+162+79=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 162 (63.67% from 255 or 51.59% from 314); Blue value is 79 (31.25% from 255 or 25.16% from 314); Max value from RGB is 162 - color contains mainly: green. Hex color #49A24F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A24F is #B65DB0. Grayscale: #7E7E7E. Windows color (decimal): -11951537 or 5218889. OLE color: 5218889.

HSL color Cylindrical-coordinate representation of color #49A24F: hue angle of 124.04º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49A24F is Cyan = 0.55, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB 73 162 79 -
CMYK 0.55 0 0.51 0.36
HSL 124.04º 0.38% 0.46% -
HSV(B) 124.04º 0.55% 0.64% -
XYZ 17.08 27.82 11.87 -
YUV 125.93 101.51 90.25 -
System Red Green Blue C M Y K H S L
Decimal 73 162 79 0.55 0 0.51 0.36 124.04 0.38 0.46
Hex 49 A2 4F 37 0 33 24 7C 26 2E
Octal 111 242 117 67 0 63 44 174 46 56
Binary 1001001 10100010 1001111 110111 0 110011 100100 1111100 100110 101110

Color Harmonies of #49A24F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A24F

Black with #49A24F

Text Example


Text Example

White with #49A24F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,162,79); }

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

background-color css

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

 a { background-color: rgb(73,162,79); }

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

border-color css

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

 span { border-color: rgb(73,162,79); }

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