Html Css Color HEX #49A153 Fruit Salad

📋 copy color: '#49A153'

red 73 ◦ green 161 ◦ blue 83

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

Shades of Fruit Salad #49A153

Tints of Fruit Salad #49A153

RGB

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

 GREEN value IS 161 (63.28% from 255) = 50.79%

 BLUE value IS 83 (32.81% from 255) = 26.18%

R = 23.03%
G = 50.79%
B = 26.18%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#49A153 (or 0x49A153) is known color: Fruit Salad. HEX triplet: 49, A1 and 53. RGB value is (73,161,83). Sum of RGB (Red+Green+Blue) = 73+161+83=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 161 (63.28% from 255 or 50.79% from 317); Blue value is 83 (32.81% from 255 or 26.18% from 317); Max value from RGB is 161 - color contains mainly: green. Hex color #49A153 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A153 is #B65EAC. Grayscale: #7E7E7E. Windows color (decimal): -11951789 or 5480777. OLE color: 5480777.

HSL color Cylindrical-coordinate representation of color #49A153: hue angle of 126.82º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49A153 is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB 73 161 83 -
CMYK 0.55 0 0.48 0.37
HSL 126.82º 0.38% 0.46% -
HSV(B) 126.82º 0.55% 0.63% -
XYZ 17.05 27.53 12.6 -
YUV 125.8 103.85 90.34 -
System Red Green Blue C M Y K H S L
Decimal 73 161 83 0.55 0 0.48 0.37 126.82 0.38 0.46
Hex 49 A1 53 37 0 30 25 7F 26 2E
Octal 111 241 123 67 0 60 45 177 46 56
Binary 1001001 10100001 1010011 110111 0 110000 100101 1111111 100110 101110

Color Harmonies of #49A153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A153

Black with #49A153

Text Example


Text Example

White with #49A153

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,161,83); }

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

background-color css

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

 a { background-color: rgb(73,161,83); }

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

border-color css

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

 span { border-color: rgb(73,161,83); }

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