Html Css Color HEX #49A755 Fruit Salad

📋 copy color: '#49A755'

red 73 ◦ green 167 ◦ blue 85

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

Shades of Fruit Salad #49A755

Tints of Fruit Salad #49A755

RGB

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

 GREEN value IS 167 (65.63% from 255) = 51.38%

 BLUE value IS 85 (33.59% from 255) = 26.15%

R = 22.46%
G = 51.38%
B = 26.15%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#49A755 (or 0x49A755) is known color: Fruit Salad. HEX triplet: 49, A7 and 55. RGB value is (73,167,85). Sum of RGB (Red+Green+Blue) = 73+167+85=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 167 (65.62% from 255 or 51.38% from 325); Blue value is 85 (33.59% from 255 or 26.15% from 325); Max value from RGB is 167 - color contains mainly: green. Hex color #49A755 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A755 is #B658AA. Grayscale: #818181. Windows color (decimal): -11950251 or 5613385. OLE color: 5613385.

HSL color Cylindrical-coordinate representation of color #49A755: hue angle of 127.66º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #49A755 is Cyan = 0.56, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB 73 167 85 -
CMYK 0.56 0 0.49 0.35
HSL 127.66º 0.39% 0.47% -
HSV(B) 127.66º 0.56% 0.65% -
XYZ 18.21 29.71 13.37 -
YUV 129.55 102.86 87.67 -
System Red Green Blue C M Y K H S L
Decimal 73 167 85 0.56 0 0.49 0.35 127.66 0.39 0.47
Hex 49 A7 55 38 0 31 23 80 27 2F
Octal 111 247 125 70 0 61 43 200 47 57
Binary 1001001 10100111 1010101 111000 0 110001 100011 10000000 100111 101111

Color Harmonies of #49A755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A755

Black with #49A755

Text Example


Text Example

White with #49A755

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,167,85); }

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

background-color css

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

 a { background-color: rgb(73,167,85); }

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

border-color css

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

 span { border-color: rgb(73,167,85); }

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