Html Css Color HEX #49B848 Fruit Salad

📋 copy color: '#49B848'

red 73 ◦ green 184 ◦ blue 72

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

Shades of Fruit Salad #49B848

Tints of Fruit Salad #49B848

RGB

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

 GREEN value IS 184 (72.27% from 255) = 55.93%

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

R = 22.19%
G = 55.93%
B = 21.88%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#49B848 (or 0x49B848) is known color: Fruit Salad. HEX triplet: 49, B8 and 48. RGB value is (73,184,72). Sum of RGB (Red+Green+Blue) = 73+184+72=329 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.19% from 329); Green value is 184 (72.27% from 255 or 55.93% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 184 - color contains mainly: green. Hex color #49B848 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49B848 is #B647B7. Grayscale: #8A8A8A. Windows color (decimal): -11945912 or 4765769. OLE color: 4765769.

HSL color Cylindrical-coordinate representation of color #49B848: hue angle of 119.46º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49B848 is Cyan = 0.60, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB 73 184 72 -
CMYK 0.60 0 0.61 0.28
HSL 119.46º 0.44% 0.5% -
HSV(B) 119.46º 0.61% 0.72% -
XYZ 21.06 36.17 12 -
YUV 138.04 90.73 81.61 -
System Red Green Blue C M Y K H S L
Decimal 73 184 72 0.60 0 0.61 0.28 119.46 0.44 0.5
Hex 49 B8 48 3C 0 3D 1C 77 2C 32
Octal 111 270 110 74 0 75 34 167 54 62
Binary 1001001 10111000 1001000 111100 0 111101 11100 1110111 101100 110010

Color Harmonies of #49B848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B848

Black with #49B848

Text Example


Text Example

White with #49B848

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,184,72); }

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

background-color css

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

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

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

border-color css

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

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

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