Html Css Color HEX #49B756 Fruit Salad

📋 copy color: '#49B756'

red 73 ◦ green 183 ◦ blue 86

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

Shades of Fruit Salad #49B756

Tints of Fruit Salad #49B756

RGB

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

 GREEN value IS 183 (71.88% from 255) = 53.51%

 BLUE value IS 86 (33.98% from 255) = 25.15%

R = 21.35%
G = 53.51%
B = 25.15%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.53

 K value IS 0.28

RGB Variations

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

Color information

#49B756 (or 0x49B756) is known color: Fruit Salad. HEX triplet: 49, B7 and 56. RGB value is (73,183,86). Sum of RGB (Red+Green+Blue) = 73+183+86=342 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.35% from 342); Green value is 183 (71.88% from 255 or 53.51% from 342); Blue value is 86 (33.98% from 255 or 25.15% from 342); Max value from RGB is 183 - color contains mainly: green. Hex color #49B756 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B756 is #B648A9. Grayscale: #8B8B8B. Windows color (decimal): -11946154 or 5683017. OLE color: 5683017.

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

Color convert

RGB 73 183 86 -
CMYK 0.60 0 0.53 0.28
HSL 127.09º 0.43% 0.5% -
HSV(B) 127.09º 0.6% 0.72% -
XYZ 21.36 35.96 14.62 -
YUV 139.05 98.06 80.89 -
System Red Green Blue C M Y K H S L
Decimal 73 183 86 0.60 0 0.53 0.28 127.09 0.43 0.5
Hex 49 B7 56 3C 0 35 1C 7F 2B 32
Octal 111 267 126 74 0 65 34 177 53 62
Binary 1001001 10110111 1010110 111100 0 110101 11100 1111111 101011 110010

Color Harmonies of #49B756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B756

Black with #49B756

Text Example


Text Example

White with #49B756

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,183,86); }

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

background-color css

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

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

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

border-color css

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

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

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