Html Css Color HEX #49A249 Fruit Salad

📋 copy color: '#49A249'

red 73 ◦ green 162 ◦ blue 73

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

Shades of Fruit Salad #49A249

Tints of Fruit Salad #49A249

RGB

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

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

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

R = 23.7%
G = 52.6%
B = 23.7%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#49A249 (or 0x49A249) is known color: Fruit Salad. HEX triplet: 49, A2 and 49. RGB value is (73,162,73). Sum of RGB (Red+Green+Blue) = 73+162+73=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 162 (63.67% from 255 or 52.60% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 162 - color contains mainly: green. Hex color #49A249 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A249 is #B65DB6. Grayscale: #7D7D7D. Windows color (decimal): -11951543 or 4825673. OLE color: 4825673.

HSL color Cylindrical-coordinate representation of color #49A249: hue angle of 120º 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 #49A249 is Cyan = 0.55, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB 73 162 73 -
CMYK 0.55 0 0.55 0.36
HSL 120º 0.38% 0.46% -
HSV(B) 120º 0.55% 0.64% -
XYZ 16.87 27.74 10.77 -
YUV 125.24 98.51 90.74 -
System Red Green Blue C M Y K H S L
Decimal 73 162 73 0.55 0 0.55 0.36 120 0.38 0.46
Hex 49 A2 49 37 0 37 24 78 26 2E
Octal 111 242 111 67 0 67 44 170 46 56
Binary 1001001 10100010 1001001 110111 0 110111 100100 1111000 100110 101110

Color Harmonies of #49A249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A249

Black with #49A249

Text Example


Text Example

White with #49A249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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