Html Css Color HEX #49BC48 Fruit Salad

📋 copy color: '#49BC48'

red 73 ◦ green 188 ◦ blue 72

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

Shades of Fruit Salad #49BC48

Tints of Fruit Salad #49BC48

RGB

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

 GREEN value IS 188 (73.83% from 255) = 56.46%

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

R = 21.92%
G = 56.46%
B = 21.62%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#49BC48 (or 0x49BC48) is known color: Fruit Salad. HEX triplet: 49, BC and 48. RGB value is (73,188,72). Sum of RGB (Red+Green+Blue) = 73+188+72=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 188 (73.83% from 255 or 56.46% from 333); Blue value is 72 (28.52% from 255 or 21.62% from 333); Max value from RGB is 188 - color contains mainly: green. Hex color #49BC48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BC48 is #B643B7. Grayscale: #8C8C8C. Windows color (decimal): -11944888 or 4766793. OLE color: 4766793.

HSL color Cylindrical-coordinate representation of color #49BC48: hue angle of 119.48º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49BC48 is Cyan = 0.61, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 188 72 -
CMYK 0.61 0 0.62 0.26
HSL 119.48º 0.46% 0.51% -
HSV(B) 119.48º 0.62% 0.74% -
XYZ 21.9 37.85 12.28 -
YUV 140.39 89.4 79.93 -
System Red Green Blue C M Y K H S L
Decimal 73 188 72 0.61 0 0.62 0.26 119.48 0.46 0.51
Hex 49 BC 48 3D 0 3E 1A 77 2E 33
Octal 111 274 110 75 0 76 32 167 56 63
Binary 1001001 10111100 1001000 111101 0 111110 11010 1110111 101110 110011

Color Harmonies of #49BC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BC48

Black with #49BC48

Text Example


Text Example

White with #49BC48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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