Html Css Color HEX #49B154 Fruit Salad

📋 copy color: '#49B154'

red 73 ◦ green 177 ◦ blue 84

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

Shades of Fruit Salad #49B154

Tints of Fruit Salad #49B154

RGB

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

 GREEN value IS 177 (69.53% from 255) = 52.99%

 BLUE value IS 84 (33.2% from 255) = 25.15%

R = 21.86%
G = 52.99%
B = 25.15%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#49B154 (or 0x49B154) is known color: Fruit Salad. HEX triplet: 49, B1 and 54. RGB value is (73,177,84). Sum of RGB (Red+Green+Blue) = 73+177+84=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 177 (69.53% from 255 or 52.99% from 334); Blue value is 84 (33.20% from 255 or 25.15% from 334); Max value from RGB is 177 - color contains mainly: green. Hex color #49B154 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49B154 is #B64EAB. Grayscale: #878787. Windows color (decimal): -11947692 or 5550409. OLE color: 5550409.

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

Color convert

RGB 73 177 84 -
CMYK 0.59 0 0.53 0.31
HSL 126.35º 0.42% 0.49% -
HSV(B) 126.35º 0.59% 0.69% -
XYZ 20.07 33.5 13.8 -
YUV 135.3 99.04 83.56 -
System Red Green Blue C M Y K H S L
Decimal 73 177 84 0.59 0 0.53 0.31 126.35 0.42 0.49
Hex 49 B1 54 3B 0 35 1F 7E 2A 31
Octal 111 261 124 73 0 65 37 176 52 61
Binary 1001001 10110001 1010100 111011 0 110101 11111 1111110 101010 110001

Color Harmonies of #49B154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B154

Black with #49B154

Text Example


Text Example

White with #49B154

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,177,84); }

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

background-color css

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

 a { background-color: rgb(73,177,84); }

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

border-color css

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

 span { border-color: rgb(73,177,84); }

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