Html Css Color HEX #49A156 Fruit Salad

📋 copy color: '#49A156'

red 73 ◦ green 161 ◦ blue 86

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

Shades of Fruit Salad #49A156

Tints of Fruit Salad #49A156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 26.88%

R = 22.81%
G = 50.31%
B = 26.88%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.47

 K value IS 0.37

RGB Variations

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

Color information

#49A156 (or 0x49A156) is known color: Fruit Salad. HEX triplet: 49, A1 and 56. RGB value is (73,161,86). Sum of RGB (Red+Green+Blue) = 73+161+86=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 161 (63.28% from 255 or 50.31% from 320); Blue value is 86 (33.98% from 255 or 26.88% from 320); Max value from RGB is 161 - color contains mainly: green. Hex color #49A156 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A156 is #B65EA9. Grayscale: #7E7E7E. Windows color (decimal): -11951786 or 5677385. OLE color: 5677385.

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

Color convert

RGB 73 161 86 -
CMYK 0.55 0 0.47 0.37
HSL 128.86º 0.38% 0.46% -
HSV(B) 128.86º 0.55% 0.63% -
XYZ 17.17 27.58 13.22 -
YUV 126.14 105.35 90.1 -
System Red Green Blue C M Y K H S L
Decimal 73 161 86 0.55 0 0.47 0.37 128.86 0.38 0.46
Hex 49 A1 56 37 0 2F 25 81 26 2E
Octal 111 241 126 67 0 57 45 201 46 56
Binary 1001001 10100001 1010110 110111 0 101111 100101 10000001 100110 101110

Color Harmonies of #49A156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A156

Black with #49A156

Text Example


Text Example

White with #49A156

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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