Html Css Color HEX #49B358 Fruit Salad

📋 copy color: '#49B358'

red 73 ◦ green 179 ◦ blue 88

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

Shades of Fruit Salad #49B358

Tints of Fruit Salad #49B358

RGB

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

 GREEN value IS 179 (70.31% from 255) = 52.65%

 BLUE value IS 88 (34.77% from 255) = 25.88%

R = 21.47%
G = 52.65%
B = 25.88%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#49B358 (or 0x49B358) is known color: Fruit Salad. HEX triplet: 49, B3 and 58. RGB value is (73,179,88). Sum of RGB (Red+Green+Blue) = 73+179+88=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 179 (70.31% from 255 or 52.65% from 340); Blue value is 88 (34.77% from 255 or 25.88% from 340); Max value from RGB is 179 - color contains mainly: green. Hex color #49B358 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B358 is #B64CA7. Grayscale: #898989. Windows color (decimal): -11947176 or 5813065. OLE color: 5813065.

HSL color Cylindrical-coordinate representation of color #49B358: hue angle of 128.49º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B358 is Cyan = 0.59, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB 73 179 88 -
CMYK 0.59 0 0.51 0.30
HSL 128.49º 0.42% 0.49% -
HSV(B) 128.49º 0.59% 0.7% -
XYZ 20.63 34.36 14.78 -
YUV 136.93 100.38 82.4 -
System Red Green Blue C M Y K H S L
Decimal 73 179 88 0.59 0 0.51 0.30 128.49 0.42 0.49
Hex 49 B3 58 3B 0 33 1E 80 2A 31
Octal 111 263 130 73 0 63 36 200 52 61
Binary 1001001 10110011 1011000 111011 0 110011 11110 10000000 101010 110001

Color Harmonies of #49B358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B358

Black with #49B358

Text Example


Text Example

White with #49B358

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,179,88); }

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

background-color css

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

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

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

border-color css

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

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

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