Html Css Color HEX #49A353 Fruit Salad

📋 copy color: '#49A353'

red 73 ◦ green 163 ◦ blue 83

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

Shades of Fruit Salad #49A353

Tints of Fruit Salad #49A353

RGB

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

 GREEN value IS 163 (64.06% from 255) = 51.1%

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

R = 22.88%
G = 51.1%
B = 26.02%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#49A353 (or 0x49A353) is known color: Fruit Salad. HEX triplet: 49, A3 and 53. RGB value is (73,163,83). Sum of RGB (Red+Green+Blue) = 73+163+83=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 163 (64.06% from 255 or 51.10% from 319); Blue value is 83 (32.81% from 255 or 26.02% from 319); Max value from RGB is 163 - color contains mainly: green. Hex color #49A353 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A353 is #B65CAC. Grayscale: #7F7F7F. Windows color (decimal): -11951277 or 5481289. OLE color: 5481289.

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

Color convert

RGB 73 163 83 -
CMYK 0.55 0 0.49 0.36
HSL 126.67º 0.38% 0.46% -
HSV(B) 126.67º 0.55% 0.64% -
XYZ 17.41 28.24 12.72 -
YUV 126.97 103.18 89.5 -
System Red Green Blue C M Y K H S L
Decimal 73 163 83 0.55 0 0.49 0.36 126.67 0.38 0.46
Hex 49 A3 53 37 0 31 24 7F 26 2E
Octal 111 243 123 67 0 61 44 177 46 56
Binary 1001001 10100011 1010011 110111 0 110001 100100 1111111 100110 101110

Color Harmonies of #49A353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A353

Black with #49A353

Text Example


Text Example

White with #49A353

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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