Html Css Color HEX #49B949 Fruit Salad

📋 copy color: '#49B949'

red 73 ◦ green 185 ◦ blue 73

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

Shades of Fruit Salad #49B949

Tints of Fruit Salad #49B949

RGB

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

 GREEN value IS 185 (72.66% from 255) = 55.89%

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

R = 22.05%
G = 55.89%
B = 22.05%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#49B949 (or 0x49B949) is known color: Fruit Salad. HEX triplet: 49, B9 and 49. RGB value is (73,185,73). Sum of RGB (Red+Green+Blue) = 73+185+73=331 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.05% from 331); Green value is 185 (72.66% from 255 or 55.89% from 331); Blue value is 73 (28.91% from 255 or 22.05% from 331); Max value from RGB is 185 - color contains mainly: green. Hex color #49B949 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49B949 is #B646B6. Grayscale: #8B8B8B. Windows color (decimal): -11945655 or 4831561. OLE color: 4831561.

HSL color Cylindrical-coordinate representation of color #49B949: hue angle of 120º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49B949 is Cyan = 0.61, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 185 73 -
CMYK 0.61 0 0.61 0.27
HSL 120º 0.44% 0.51% -
HSV(B) 120º 0.61% 0.73% -
XYZ 21.3 36.6 12.24 -
YUV 138.74 90.89 81.11 -
System Red Green Blue C M Y K H S L
Decimal 73 185 73 0.61 0 0.61 0.27 120 0.44 0.51
Hex 49 B9 49 3D 0 3D 1B 78 2C 33
Octal 111 271 111 75 0 75 33 170 54 63
Binary 1001001 10111001 1001001 111101 0 111101 11011 1111000 101100 110011

Color Harmonies of #49B949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B949

Black with #49B949

Text Example


Text Example

White with #49B949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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