Html Css Color HEX #49B844 Fruit Salad

📋 copy color: '#49B844'

red 73 ◦ green 184 ◦ blue 68

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

Shades of Fruit Salad #49B844

Tints of Fruit Salad #49B844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.92%

R = 22.46%
G = 56.62%
B = 20.92%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.63

 K value IS 0.28

RGB Variations

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

Color information

#49B844 (or 0x49B844) is known color: Fruit Salad. HEX triplet: 49, B8 and 44. RGB value is (73,184,68). Sum of RGB (Red+Green+Blue) = 73+184+68=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 184 (72.27% from 255 or 56.62% from 325); Blue value is 68 (26.95% from 255 or 20.92% from 325); Max value from RGB is 184 - color contains mainly: green. Hex color #49B844 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49B844 is #B647BB. Grayscale: #898989. Windows color (decimal): -11945916 or 4503625. OLE color: 4503625.

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

Color convert

RGB 73 184 68 -
CMYK 0.60 0 0.63 0.28
HSL 117.41º 0.46% 0.49% -
HSV(B) 117.41º 0.63% 0.72% -
XYZ 20.93 36.11 11.34 -
YUV 137.59 88.73 81.93 -
System Red Green Blue C M Y K H S L
Decimal 73 184 68 0.60 0 0.63 0.28 117.41 0.46 0.49
Hex 49 B8 44 3C 0 3F 1C 75 2E 31
Octal 111 270 104 74 0 77 34 165 56 61
Binary 1001001 10111000 1000100 111100 0 111111 11100 1110101 101110 110001

Color Harmonies of #49B844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B844

Black with #49B844

Text Example


Text Example

White with #49B844

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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