Html Css Color HEX #49A358 Fruit Salad

📋 copy color: '#49A358'

red 73 ◦ green 163 ◦ blue 88

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

Shades of Fruit Salad #49A358

Tints of Fruit Salad #49A358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 27.16%

R = 22.53%
G = 50.31%
B = 27.16%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#49A358 (or 0x49A358) is known color: Fruit Salad. HEX triplet: 49, A3 and 58. RGB value is (73,163,88). Sum of RGB (Red+Green+Blue) = 73+163+88=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 163 (64.06% from 255 or 50.31% from 324); Blue value is 88 (34.77% from 255 or 27.16% from 324); Max value from RGB is 163 - color contains mainly: green. Hex color #49A358 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A358 is #B65CA7. Grayscale: #7F7F7F. Windows color (decimal): -11951272 or 5808969. OLE color: 5808969.

HSL color Cylindrical-coordinate representation of color #49A358: hue angle of 130º 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 #49A358 is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB 73 163 88 -
CMYK 0.55 0 0.46 0.36
HSL 130º 0.38% 0.46% -
HSV(B) 130º 0.55% 0.64% -
XYZ 17.61 28.32 13.77 -
YUV 127.54 105.68 89.1 -
System Red Green Blue C M Y K H S L
Decimal 73 163 88 0.55 0 0.46 0.36 130 0.38 0.46
Hex 49 A3 58 37 0 2E 24 82 26 2E
Octal 111 243 130 67 0 56 44 202 46 56
Binary 1001001 10100011 1011000 110111 0 101110 100100 10000010 100110 101110

Color Harmonies of #49A358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A358

Black with #49A358

Text Example


Text Example

White with #49A358

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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